Given a dataset ID generated from get_dataset_id(), runs dx extract_dataset with the --list-fields option.

find_fields(dataset_id = NULL)

Arguments

dataset_id
  • ID of the dataset, in project-XXXX:record-YYYY format

Value

data.frame of all field IDs associated with the dataset

Examples


if (FALSE) {
ds_id <- get_dataset_id()
field_frame <- list_fields(ds_id)
}