| qa_dataset | R Documentation |
Retrieve details of a Quantarctica data set
qa_dataset(
name,
cache_directory = qa_cache_dir(),
refresh_cache = 0,
verbose = FALSE
)
name |
string: the name of the data set |
cache_directory |
string: the cache directory to use. As for the |
refresh_cache |
numeric: 0 = do not overwrite existing files, 1 = overwrite if the remote file is newer than the local copy, 2 = always overwrite existing files |
verbose |
logical: show progress messages? |
A tibble
## Not run:
dsx <- qa_dataset("ALBMAP Bed/bathymetry elevation (5km)")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.