.create.cache | R Documentation |
.create.cache()
attempts to create a cache directory based on a given path name. Typically, such path
is specific to the package from within the function is called. The default settings refer to the file cache framework in the biomaRt
package.
.create.cache(cache.path = rappdirs::user_cache_dir("biomaRt"))
cache.path |
( |
TRUE if the location was successfully set up, FALSE if not.
user_cache_dir
## Not run: .create.cache(rappdirs::user_cache_dir("biomaRt"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.