Description Usage Arguments Value Examples
View source: R/extractSampleData.R
Extracts the sample datasets from the ZIP files in the extdata
directory.
1 2 | extractSampleData(somascanMenuVersion = c("1.3k", "1.1k"),
intermediateDir = tempdir())
|
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. |
A path to the extracted ADAT file.
1 2 | extractSampleData() ##1.3k dataset by default
extractSampleData("1.1k")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.