extractSampleData: Extract the sample datasets

Description Usage Arguments Value Examples

View source: R/extractSampleData.R

Description

Extracts the sample datasets from the ZIP files in the extdata directory.

Usage

1
2
extractSampleData(somascanMenuVersion = c("1.3k", "1.1k"),
  intermediateDir = tempdir())

Arguments

somascanMenuVersion

String describing which data file to extract. Either "1.3k" or "1.1k".

intermediateDir

A path to a directory to extract the ADATY file into.

Value

A path to the extracted ADAT file.

Examples

1
2
extractSampleData() ##1.3k dataset by default
extractSampleData("1.1k")

readat documentation built on Oct. 31, 2019, 8:19 a.m.