Skip to contents

Inventory data-package resources

Usage

glc_resources(x)

Arguments

x

A package opened with glc_open().

Value

A tibble with one row per declared resource path.

Examples

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