Available Quantarctica data sets

qa_datasets(
  cache_directory = qa_cache_dir(),
  refresh_cache = 0,
  verbose = FALSE
)

Arguments

cache_directory

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

refresh_cache

numeric: as for qa_get

verbose

logical: show progress messages?

Value

A tibble with columns layername, main_file, type, cached, and download_size

See also

Examples

if (FALSE) {
  qa_datasets()
}