Description Usage Arguments Details Value See Also
Save R objects as datasets
1 |
projname |
path to a package source, by default "." (current directory) |
add |
logical; should datasets be added to those already existing in |
All R objects in __data.R
are saved to the folder data/
as files on the
pattern d_<obj>.rda
, one for each object. If add=FALSE
, then any existing
files of that pattern will first be removed, before new ones are saved.
.rda
file(s) saved in the data/
folder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.