| pl_cache | R Documentation | 
Cache data locally for later usage.
pl_cache(force = FALSE, ...) pl_cache_clear(which = NULL, prompt = TRUE)
| force | (logical) Force update of the cache. Default:  | 
| ... | Curl options, see  | 
| which | (character) One of locations, names, or places. | 
| prompt | (logical) Prompt before clearing all files in cache?
No prompt used when DOIs passed in. Default:  | 
data are cached in rappdirs::user_cache_dir("pleiades")
## Not run: pl_cache() # pl_cache(force = TRUE) # clear all files # pl_cache_clear() # clear a single file # pl_cache_clear(which = "locations") # pl_cache_clear(which = "places") # pl_cache_clear(which = "names") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.