问题
I am new to opencpu and I am trying this :
- Create a script to load dataframe in memory (on server of course)
- Give a method to query this dataframe through GET api.
Can this be done for a large dataframe to keep it loaded once? And can this be done without writing a R package (which is the only way I have found so far to access R scripts through opencpu)
来源:https://stackoverflow.com/questions/26025430/is-there-a-way-to-run-a-script-through-opencpu-without-creating-a-package