| loadObject | R Documentation |
Load an object by its name from a RData file
loadObject(file, obj = NULL, verbose = FALSE)
file |
A RData file |
obj |
Object name. If set as |
verbose |
Whether the loading process should be verbose, see |
The object loaded from the RData file. If obj is NULL,
returns the first object found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.