dmarx / dispatchr

Run R scripts from the command line in a persisted environment.
0 stars 0 forks source link

Use dedicated private environment #7

Open dmarx opened 7 years ago

dmarx commented 7 years ago

There has to be a way to define an environment in server.r's scope that api.r can find that isn't the global environment. It's not a huge problem, but there's no reason that there should be any opportunity for scripts that get sourced to override objects in the environment that we may need.