Learn R Programming

misha (version 5.4.0)

gdataset.info: Get dataset information

Description

Returns metadata and contents of a dataset.

Usage

gdataset.info(path)

Value

List with dataset information

Arguments

path

Path to any dataset (loaded or not)

See Also

gdataset.ls, gdataset.load

Examples

Run this code
# \dontshow{
options(gmax.processes = 2)
# }

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

Run the code above in your browser using DataLab