eve102_data: Retrieve a list of all datasets, or the path of a specific...

Description Usage Arguments Examples

View source: R/data.R

Description

When run without arguments, this function returns a list of all datasets in the eve102 package, with the description, filename, and filepath of each dataset. To retrieve the filepath of a specific dataset (e.g. to use this path to load it), call eve102_data() with the id of the dataset you wish to have the path to.

Usage

1
eve102_data(id = NULL, include_raw = FALSE)

Arguments

id

the id to specify which dataset to return the filepath to. With no argument supplied, this returns a dataframe of all datasets.

include_raw

whether to include the raw files.

Examples

1
2
eve102_data()  # retrieve all datasets
eve102_data(2)  # retrieve the path to the second dataset

vsbuffalo/eve102 documentation built on May 3, 2019, 7:07 p.m.