Learn R Programming

aroma.affymetrix (version 3.0.0)

setupExampleData.AromaAffymetrix: Setups example data in the current directory

Description

Setups example data in the current directory.

Usage

"setupExampleData"(pkg, dataset=NULL, chipType=NULL, dirs=c("annotationData", "rawData"), mustWork=TRUE, validate=FALSE, ...)

Arguments

dataset, chipType
character strings specifying the data set and the chip type to install.
dirs
A character vector specifying which directories to setup.
mustWork
If TRUE, an error is thrown if the requested data set could not be installed, otherwise not.
validate
If TRUE, the installed files are also validated, otherwise not.
...
Not used.

Value

Returns (invisibly) TRUE if all requested data was installed, otherwise FALSE.