qa_dataset.RdRetrieve details of a Quantarctica data set
qa_dataset(
name,
cache_directory = qa_cache_dir(),
refresh_cache = 0,
verbose = FALSE
)string: the name of the data set
string: the cache directory to use. As for the path parameter to the qa_cache_dir function
numeric: 0 = do not overwrite existing files, 1 = overwrite if the remote file is newer than the local copy, 2 = always overwrite existing files
logical: show progress messages?
A tibble
if (FALSE) {
dsx <- qa_dataset("ALBMAP Bed/bathymetry elevation (5km)")
}