downloadDataSet: Download a data set

View source: R/download.R

downloadDataSetR Documentation

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

## Not run: 
downloadDataSet('FIE-HRMS','BdistachyonTechnical')

## End(Not run)

metaboData documentation built on March 18, 2022, 5:19 p.m.