Learn R Programming

metaboData (version 0.6.3)

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

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()

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