spod_set_data_dir {spanishoddata} | R Documentation |
Set the data directory
Description
This function sets the data directory in the environment variable SPANISH_OD_DATA_DIR, so that all other functions in the package can access the data. It also creates the directory if it doesn't exist.
Usage
spod_set_data_dir(data_dir, quiet = FALSE)
Arguments
data_dir |
The data directory to set. |
quiet |
A |
Value
Nothing. If quiet is FALSE
, prints a message with the path and confirmation that the path exists.
Examples
spod_set_data_dir(tempdir())
[Package spanishoddata version 0.1.0 Index]