DEV Community

White Fang
White Fang

Posted on

PHP and R

I am in trouble
If anyone can help me in building php web form to run R script from this form.
The script output has no argument
It creats excel files

Top comments (1)

Collapse
 
appup profile image
AppUp

You could do this a couple different ways. You could use PHP's exec() function, or you could set up the R script to use Plumber, and run when an API endpoint is hit.