updatePtrSet | R Documentation |
When new files are added to a directory which has already a ptrSet object
associated, run updatePtrSet
to add the new files in the object.
The information on the new files are added to object with the same parameter
used for the function createPtrSet
who has created the object.
updatePtrSet
also delete from the ptrSet deleted files in the directory.
updatePtrSet(ptrset)
ptrset |
a ptrset object |
teh same ptrset object than ininput, but completed with new files and without deleted files in the directory
dirRaw <- system.file("extdata/exhaledAir", package = "ptairData")
exhaledPtrset <- createPtrSet(dir=dirRaw, setName="exhaledPtrset",
mzCalibRef = c(21.022, 60.0525), fracMaxTIC = 0.7, saveDir = NULL )
##add or delete files in the directory
# exhaledPtrset<- updatePtrSet(exhaledPtrset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.