getFileNames | R Documentation |
get the file names containing in the directory of a ptrSet or ptrRaw
get the file names containing in the directory of a ptrSet
getFileNames(object, fullNames = FALSE)
## S4 method for signature 'ptrSet'
getFileNames(object, fullNames = FALSE)
## S4 method for signature 'ptrRaw'
getFileNames(object, fullNames = FALSE)
object |
ptrSet object |
fullNames |
logical: if |
a vector of character that contains all file names
library(ptairData)
dirRaw <- system.file("extdata/exhaledAir", package = "ptairData")
exhaledPtrset <- createPtrSet(dir=dirRaw, setName="exhaledPtrset",
mzCalibRef = c(21.022, 60.0525), fracMaxTIC = 0.7, saveDir = NULL )
getFileNames(exhaledPtrset )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.