Re: [R] Calling R code from Javascript

2019-05-24 Thread Hasan Diwan
Sunanda, I'd suggest you expose a model and methods to the web using shiny or something. After which, you just need to use jquery to call the HTTP endpoint. If you need further assistance, please email me off list and I'll provide. -- H On Fri, 24 May 2019 at 18:05, Sunanda Iyengar via R-help < r-

[R] Calling R code from Javascript

2019-05-24 Thread Sunanda Iyengar via R-help
Hello, Came across this e-mail when considering plumber to use R Gui.I am very new to this and i am not sure how to use plumber to connect a javascrpt code to run R. I have a chunk of R code which does some number crunching work which is very neat. I want this to run from a browser API call usin