Description Usage Arguments Details Value Author(s)
Saves a data object as an RDS files, possibly into a specified sub-directory. Creates the sub-directory if it is missing.
1 2 3 4 5 6 7 8 | scandal_save_data(
object,
filename,
dirname = ".",
project_dir = ".",
data_dir = "data",
verbose = FALSE
)
|
object |
an object to be saved as a RDS file. |
filename |
the name of the file **without .RDS suffix**. |
dirname |
a sub-directory to which the object will be saved. Default is ".", meaning no sub-directory will be used. |
project_dir |
the root directory of the current project to which all data files are saved. Default is NULL meaning that the files will be saved to the working directory. |
data_dir |
a subdirectory in |
verbose |
suppresses all messages from this function. Default is FALSE. |
Saves a data object as an RDS files, possibly into a specified sub-directory. Creates the sub-directory if it is missing.
Invisibly returns NULL
.
Avishay Spitzer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.