runinfo {metaboData} | R Documentation |
Data set sample information
Description
Return tibble of run information for a given data set of a given metabolomics technique.
Usage
runinfo(technique, dataSet, dataSetDir = "DataSets", internalDir = TRUE, ...)
Arguments
technique |
metabolomic technique name |
dataSet |
data set name |
dataSetDir |
directory to store local data sets. If |
internalDir |
Logical, should the directory for storing local data sets be internal to the package location. |
... |
arguments to pass to |
Value
A tibble containing sample information.
Examples
## Not run:
info <- runinfo(
techniques()[1],
dataSets(techniques()[1])[1])
head(info)
## End(Not run)
[Package metaboData version 0.6.3 Index]