View source: R/utils_write_raw_rds.R
write_raw_rds | R Documentation |
Given the names of some data, it save the corresponding objects in the 'here::here("data-raw/")' folder. Each object will be saved like an independend '.rds' file with its own name as its filename.
write_raw_rds(data_name)
read_data_raw(data_name)
data_name |
(chr) names of the pobject |
named logical vector (invisibly) with 'TRUE's for all the objects that are correctly saved, 'FALSE's for the other ones.
read_data_raw()
: read data-raw
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.