| load_cache | R Documentation |
Restores lineage data saved with save_cache() into the current session
cache, avoiding network requests for taxa already retrieved in a previous
session.
load_cache(file)
file |
Path to an |
Invisibly returns NULL.
save_cache(), clear_cache()
tmp <- tempfile(fileext = ".rds")
save_cache(tmp)
load_cache(tmp)
unlink(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.