Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run a R script using a web server? [closed]

Tags:

r

webserver

Is it possible to run a R script using a web server, similar to Perl CGI?

like image 973
ak-SE Avatar asked Dec 28 '25 10:12

ak-SE


1 Answers

Yes and you can even run Rstudio remotely on a webpage. If you want to just run a R script, you have several options:

  • you can simply ssh your computer that have R
  • find an online solution (here is the list from CRAN).
  • build your own server with Rook
  • depending what you want to do a shiny app could help as well
  • You have other solutions such as rApache if you didn't like other soltutions
like image 104
zipp Avatar answered Dec 31 '25 02:12

zipp