View source: R/purityD-fileList.R
Getfiles | R Documentation |
Takes in a folder path and outputs the a data frame structure for purityD. Function modified from mzmatch.
Getfiles(
projectFolder = NULL,
recursive = FALSE,
pattern = ".csv",
check = TRUE,
raw = FALSE,
peakout = NA,
cStrt = TRUE,
mzml_out = FALSE
)
projectFolder |
character; Directory path |
recursive |
boolean; Recursively check for files |
pattern |
character; File suffix to check for |
check |
boolean; Check with a GUI the files |
raw |
(REDUNDANT) |
peakout |
(REDUNDANT) |
cStrt |
boolean; Use the first word as the class name for files |
mzml_out |
(REDUNDANT) |
dataframe of files
datapth <- system.file("extdata", "dims", "mzML", package="msPurityData")
inDF <- Getfiles(datapth, pattern=".mzML", check = FALSE, cStrt = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.