DEV Community

White Fang
White Fang

Posted on

2 1

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.

Jetbrains image

Build Secure, Ship Fast

Discover best practices to secure CI/CD without slowing down your pipeline.

Read more

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay