codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web

Home Page:https://www.phptherightway.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R ,PHP ,Mysql

sabmost opened this issue · comments

I want to run R script from php web form
The script has no parameters or arguments,but it has csv file as input file with three values
The output is not an image .
it generates several events as csv file
Pls can you help me in this
or tell me how to run the script outside R studio

It's not the place for support request. Consider using Stack Overflow as mentioned in contributing info. ;)

@sabmost you would need to have an R server running somewhere or use the R script within a Shiny application, and hit it as an API endpoint using the R rest package