Skip to content
Prev 45131 / 63424 Next

Passing R code from webpage

On Feb 17, 2013, at 9:29 AM, Mike Marchywka wrote:

            
That's why FastRWeb gives you all the flexibility without the need to write anything: you can use any webserver you want (with CGI or PHP) or you can use the built-in webserver in Rserve if you don't want any dependencies other than R and it still scales fairly well as it supports parallel connections. You don't need to write anything at all as FastRWeb does all the transformation of URL query parameters, forms etc into R function arguments so you just write scripts with one R function - that simple.

Cheers,
Simon