Skip to content
Prev 166616 / 398502 Next

PHP and R

Hi,

I know that using PHP command exec(...) you can call a unix command that
would run an R script, but how does it work on Windows platform?

Basically, I have an R function which takes a file and two strings as
arguments and I need to call this function and pass to it the arguments
automatically from PHP (when the user hits a submit button on the webpage),
any ideas??

Thanks!