obj2mem | R Documentation |
Loads objects from disk to memory
obj2mem(obj, verbose = TRUE)
obj |
Object of S4 class, saved on disk (scenario, model, etc.) |
verbose |
If TRUE, prints messages |
Object of the same S4 class as input object, with all of the slots loaded in memory.
## Not run:
obj2mem(scen_ondisk)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.