eider_example {eider}R Documentation

Obtain filepaths to example data and JSON features

Description

Return an absolute path to the example data and JSON features provided with the package. These files are contained in the package inst/extdata directory.

Usage

eider_example(file = NULL)

Arguments

file

The filename to return the full path for. Defaults to NULL, in which case it will return a vector of all valid filenames.

Value

A string containing the full path to the file, or a vector of filenames

Examples

eider_example()
eider_example("random_ae_data.csv")

[Package eider version 1.0.0 Index]