get_input_data | R Documentation |
reschola
projectNote that file paths are handled with here()
already.
get_input_data(file)
get_intermediate_data(file)
get_processed_data(file)
write_input_data(.data, file)
write_intermediate_data(.data, file)
write_processed_data(.data, file)
file |
character, file name to get or write to, |
.data |
data object to save as RDS. |
get_*
returns object(s) in the .rds
being read
write_*
returns a fs_path
path of .rds
file being created invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.