Description Usage Arguments See Also Examples
View source: R/local_path_helpers.R
Set location of local data file cache. If the directory does not exist, it
will be created recursively. If no custom path is set, the
default user data directory for the package will be used. See
user_data_dir
for details.
1 | cache_set_dir(path = NULL, temppath = FALSE)
|
path |
Character path to new local files path. If null, path will be reset to default user data directory location. |
temppath |
Boolean flag indicating if the default R temp directory should be used instead of a custom or user-workspace area. Warning: This setting will not persist between R sessions and the temp directory is cleared when R is closed. Using temp will result in frequent file downloads and extremely slow performance |
1 2 3 4 5 | ## Not run:
#set a different cache path
set_cache_path('z:/big_datasets/hydrolinks')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.