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)