spod_set_data_dir | R Documentation |
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.
spod_set_data_dir(data_dir, quiet = FALSE)
data_dir |
The data directory to set. |
quiet |
A |
Nothing. If quiet is FALSE
, prints a message with the path and confirmation that the path exists.
spod_set_data_dir(tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.