qa_is_cached | R Documentation |
Has a dataset been downloaded to the local cache?
qa_is_cached(dataset, cache_directory = qa_cache_dir(), verbose = FALSE)
dataset |
string or qa_dataset: the dataset object, or name of the dataset |
cache_directory |
string: the cache directory to check. As for the |
verbose |
logical: show progress messages? |
Logical
qa_dataset
, qa_cache_dir
## Not run:
ds <- qa_dataset("ADD Simple basemap")
qa_is_cached(ds) ## FALSE
x <- qa_get(ds)
qa_is_cached(ds) ## TRUE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.