get.rdata | R Documentation |
Returns the nth item in a data file
get.rdata(file, item = 1, warn = FALSE)
file |
- character name of file |
item |
- integer item to retrieve (default=1) or character matching one item (using grep) |
warn |
- boolean warn on missing file |
requested item in a .RData file
## Not run:
df <- get.rdata("./data/mydata.rda")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.