View source: R/pkgdata_write.R
pkgdata_write | R Documentation |
This function provides a fast way to write multiple dataframes into a directory. File extension will be RData.
pkgdata_write(listofdf, target_dir = "inst/extdata")
listofdf |
Character. Character vector of the data frame object(s). |
target_dir |
Character. Specify target directory (default 'inst/extdata') |
directory will be written recursively and existing files of the same name will be overwritten.
pkgdata_ls
, pkgdata_yank
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.