extractSampleData {readat}R Documentation

Extract the sample datasets

Description

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

Usage

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

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

[Package readat version 1.8.0 Index]