reproduceInR | R Documentation |
Reproduce session in R code
reproduceInR(sessionName, leaf = T, step = 0, savedEnv = new.env())
sessionName |
String, OCPU session name |
leaf |
Boolean, is it leaf (default = F) |
step |
Integer, step of recursion (default = 0) |
savedEnv |
Environment, where to store complex arguments (default = new.env()) |
JSON with R code
## Not run:
setwd(tempdir())
reproduceInR('x039f1672026678');
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.