omnipath_set_cachedir | R Documentation |
Change the cache directory
omnipath_set_cachedir(path = NULL)
path |
Character: path to the new cache directory. If don't exist,
the directories will be created. If the path is an existing cache
directory, the package's cache database for the current session will
be loaded from the database in the directory. If |
Returns NULL
.
tmp_cache <- tempdir()
omnipath_set_cachedir(tmp_cache)
# restore the default cache directory:
omnipath_set_cachedir()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.