How to call an R script from within a JS code

LabKey Support Forum (Inactive)
How to call an R script from within a JS code jeckels  2012-05-23 16:11
Status: Closed
 
Hi Leo,

We don't have any direct mechanism for the browser to pass R code to be invoked in that way. This is important for security reasons, since R does not run inside of sandbox that limits its access to the underlying system. We can't trust the code that gets submitted by general site users. It sounds like your current approach is a good one for these kind of parameters.

Thanks,
Josh