Description Usage Arguments Details Value Author(s)
Loads an RDS file from the file system, possibly from a specified sub-directory.
1 2 3 4 5 6 7 | scandal_load_data(
filename,
dirname = ".",
project_dir = ".",
data_dir = "data",
verbose = FALSE
)
|
filename |
the name of the file **without .RDS suffix**. |
dirname |
a sub-directory from which the object will be loaded. 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 loaded from the working directory. |
data_dir |
a subdirectory in |
verbose |
suppresses all messages from this function. Default is FALSE. |
Loads an RDS file from the file system, possibly from a specified sub-directory.
Returns the data object which was loaded from the RDS file.
Avishay Spitzer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.