Learn R Programming

metaboData (version 0.6.3)

availableDataSets: 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

Run this code
# NOT RUN {
availableDataSets()
# }

Run the code above in your browser using DataLab