extractSampleData {readat} | R Documentation |
Extracts the sample datasets from the ZIP files in the extdata
directory.
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.
extractSampleData() ##1.3k dataset by default extractSampleData("1.1k")