qLoad | R Documentation |
Load in the working environment the object matching the name given as input (will look for DIR.PATH in the environment) can only load RData files
qLoad(objectname, path, env = globalenv())
objectname |
Name of the .RData file (without the extension) for which an object has to be created in the environment |
path |
Path of the object to be loaded |
env |
environment where the object should be created Default is global environment |
Output directly the object inside the specified environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.