powered by
Download specific files for a given example data set.
downloadFiles( files, technique, dataSet, dataSetDir = "DataSets", internalDir = TRUE, ask = TRUE, ... )
character vector of file paths to download
metabolomic technique name
data set name
directory to store local data sets. If internalDir = TRUE this is a directory relative to the library location.
internalDir = TRUE
stored the data set internally to the package installation location
ask before downloading
arguments to pass to piggyback::pb_download()
piggyback::pb_download()
A list object containing the API request response results for the downloaded files.
# NOT RUN { downloadFiles(c('31.mzML.gz','32.mzML.gz'),'FIE-HRMS','BdistachyonTechnical') # }
Run the code above in your browser using DataLab