Description Usage Arguments Value
The load()
function loads the objects stored in the Rdata file directly into the environment, which can write over existing objects. This function allows the objects to be assigned to a list variable. Since Rdata files are now largely replaced by the safer RDS format, this is essentially a back-compatibility mechanism.
1 |
file |
string file path to .Rdata object. |
a list containing all objects contained in Rdata file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.