R/query.R
list_columns.Rd
Show which columns are available in installed datasets and whether they're present in all or only some datasets.
list_columns(record_ids = NULL)
Zenodo record ID(s). Default uses all installed datasets.
A tibble showing column availability
if (FALSE) { # \dontrun{ # See what columns are available list_columns() } # }