Description Usage Arguments Value Examples
Return list containing experiment description elements
1 2 3 4 5 6 7 | description(
technique,
dataSet,
dataSetDir = "DataSets",
internalDir = TRUE,
...
)
|
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 |
A list containing data set descriptors.
1 2 3 4 5 6 | ## Not run:
description(
techniques()[1],
dataSets(techniques()[1])[1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.