dmarx / dispatchr

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

Add a "flush" command to the API #6

Closed dmarx closed 7 years ago

dmarx commented 7 years ago

In addition to sourcing files, there should be an API endpoint we can use to run rm(list = ls()).

Could also define an API endpoint that runs arbitrary code, but that's probably a bad idea.

dmarx commented 7 years ago

Silly simple idea... just add a flush.r script.