gdataset.info: Get dataset information

View source: R/dataset.R

gdataset.infoR Documentation

Get dataset information

Description

Returns metadata and contents of a dataset.

Usage

gdataset.info(path)

Arguments

path

Path to any dataset (loaded or not)

Value

List with dataset information

See Also

gdataset.ls, gdataset.load

Examples



dataset_path <- gdataset.example_path()
gdataset.info(dataset_path)


misha documentation built on Jan. 28, 2026, 1:07 a.m.