set_censobr_cache_dir | R Documentation |
Set custom directory for caching files from the censobr package. The user only needs to run this function once. This set directory is persistent across R sessions.
set_censobr_cache_dir(path, verbose = TRUE)
path |
String. The path to an existing directory. It defaults to
|
verbose |
A logical. Whether the function should print informative
messages. Defaults to |
A message pointing to the directory where censobr files are cached.
Other Cache data:
censobr_cache()
,
get_censobr_cache_dir()
# Set custom cache directory
tempd <- tempdir()
set_censobr_cache_dir(path = tempd)
# back to default path
set_censobr_cache_dir(path = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.