Description Usage Arguments Value Author(s) Examples
View source: R/mergeFinalOutputs.R
This function merges final output molPct files into one data file
1 | mergeFinalOutputs(dataList)
|
dataList |
a list of paths referring to input data |
a data set consisting of merged final output files
André Vidas Olsen
1 2 3 4 5 6 7 8 | # make output molPct files data path list
dataPathList <- c(system.file("extdata/",
"finalOutput1.csv", package = "lipidQ"),
system.file("extdata/",
"finalOutput2.csv", package = "lipidQ"))
# merge final output files to one file
mergeFinalOutputs(dataPathList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.