qa_dataset: Retrieve details of a Quantarctica data set

View source: R/datasets.R

qa_datasetR Documentation

Retrieve details of a Quantarctica data set

Description

Retrieve details of a Quantarctica data set

Usage

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

## Not run: 
  dsx <- qa_dataset("ALBMAP Bed/bathymetry elevation (5km)")

## End(Not run)

SCAR-sandpit/quantarcticR documentation built on June 10, 2025, 5:12 a.m.