Retrieve details of a Quantarctica data set

qa_dataset(
  name,
  cache_directory = qa_cache_dir(),
  refresh_cache = 0,
  verbose = FALSE
)

Arguments

name

string: the name of the data set

cache_directory

string: the cache directory to use. As for the path parameter to the qa_cache_dir function

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?

Value

A tibble

Examples

if (FALSE) {
  dsx <- qa_dataset("ALBMAP Bed/bathymetry elevation (5km)")
}