downloadDataSet: Download a data set
Description
Download an example data set.
Usage
downloadDataSet(
technique,
dataSet,
dataSetDir = "DataSets",
internalDir = TRUE,
ask = TRUE,
...
)
Arguments
technique
metabolomic technique 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
...
arguments to pass to piggyback::pb_download()
Value
A list object containing the API request response results for the downloaded files.
Examples
Run this code# NOT RUN {
downloadDataSet('FIE-HRMS','BdistachyonTechnical')
# }
Run the code above in your browser using DataLab