read_single_object_from_rda | R Documentation |
If run on an RDA file containing more than one object, throws an error.
read_single_object_from_rda(filename)
filename |
The file to read an R object from. |
The R object read from the file.
This function allows you to read an RData file as if it were an RDS file, as long as it satisfies the requirement of containing only one object.
readRDS()
, load()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.