vsm.getSampleFiles.Rd
returns sample data files with PPMS data
vsm.getSampleFiles(type = "all")
vector with path/filename to data files
vsm.getSampleFiles("version")
#> [1] "/private/var/folders/bz/zk25f6614w5b3_f61czs2dtc0000gr/T/RtmpcJWMAX/temp_libpath761440216603/quantumPPMS/extdata/sample1.dat"
#> [2] "/private/var/folders/bz/zk25f6614w5b3_f61czs2dtc0000gr/T/RtmpcJWMAX/temp_libpath761440216603/quantumPPMS/extdata/sample2.DAT"
#> [3] "/private/var/folders/bz/zk25f6614w5b3_f61czs2dtc0000gr/T/RtmpcJWMAX/temp_libpath761440216603/quantumPPMS/extdata/sample3.DAT"
#> [4] "/private/var/folders/bz/zk25f6614w5b3_f61czs2dtc0000gr/T/RtmpcJWMAX/temp_libpath761440216603/quantumPPMS/extdata/sample4.dat"
#> [5] "/private/var/folders/bz/zk25f6614w5b3_f61czs2dtc0000gr/T/RtmpcJWMAX/temp_libpath761440216603/quantumPPMS/extdata/sample5.dat"
#> [6] "/private/var/folders/bz/zk25f6614w5b3_f61czs2dtc0000gr/T/RtmpcJWMAX/temp_libpath761440216603/quantumPPMS/extdata/sample6.dat"
file.list = vsm.getSampleFiles()
print(paste("Found",length(file.list),"data files."))
#> [1] "Found 8 data files."