Inventory declared data files
Usage
glc_files(
x,
dataset_id = NULL,
file_group = NULL,
role = NULL,
modality = NULL,
available = NULL
)Arguments
- x
A package opened with
glc_open().- dataset_id
Optional dataset id or ids.
- file_group
Optional group index or stable
dataset:groupid.- role
Optional file-group role.
- modality
Optional modality.
- available
Optional logical filter for file availability.
Value
A tibble with one row per concrete declared file, including the file-specific encoding declared by its file group.
Examples
if (FALSE) { # interactive()
iztech <- glc_open("tscnlab/melidos-iztech-glc-dataset")
glc_files(iztech, dataset_id = "MELIDOS_IZTECH_S001")
}
