Download an example data set.
Usage
downloadDataSet(
technique,
dataSet,
dataSetDir = "DataSets",
internalDir = TRUE,
ask = TRUE,
...
)
Arguments
- technique
metabolomic technique name
- dataSet
data set name
- dataSetDir
directory to store local data sets. If
internalDir = TRUE
this is a directory relative to the library location.- internalDir
stored the data set internally to the package installation location
- ask
ask before downloading
- ...
arguments to pass to
piggyback::pb_download()