Skip to contents

Inventory datasets

Usage

glc_datasets(x, dataset_id = NULL)

Arguments

x

A package opened with glc_open().

dataset_id

Optional dataset id or ids.

Value

A tibble with one row per dataset.

Examples

if (FALSE) { # interactive()
iztech <- glc_open("tscnlab/melidos-iztech-glc-dataset")
glc_datasets(iztech)
}