Description Usage Arguments Value Examples
Download an example data set.
1 2 3 4 5 6 7 8 | downloadDataSet(
technique,
dataSet,
dataSetDir = "DataSets",
internalDir = TRUE,
ask = TRUE,
...
)
|
technique |
metabolomic technique name |
dataSet |
data set name |
dataSetDir |
directory to store local data sets. If |
internalDir |
stored the data set internally to the package installation location |
ask |
ask before downloading |
... |
arguments to pass to |
A list object containing the API request response results for the downloaded files.
1 2 3 4 | ## Not run:
downloadDataSet('FIE-HRMS','BdistachyonTechnical')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.