availableDataSets {metaboData}R Documentation

Available data sets

Description

Displays available data sets.

Usage

availableDataSets(dataSetDir = "DataSets", internalDir = TRUE)

Arguments

dataSetDir

directory containing local data set store. If internalDir = TRUE the full directory path would be relative to the package installation location.

internalDir

stored the data set internally to the package installation location

Value

A tibble containing available data set information.

Examples

## Not run: 
availableDataSets()

## End(Not run)

[Package metaboData version 0.6.3 Index]