Stacks the MassLynx complete summary output file into a single dataframe.
Adds a column with what compound was used.
Behaves like ras.SplitOutput()
.
Usage
ras.StackOutput(
sourceFiles = tcltk::tk_choose.files(caption = "Select MassLynx output file"),
write = TRUE
)
Value
Writes a tsv file per compound to the same directory as the source file.
Also returns the nested list of data frames for each file
See also
Other SplitOutput:
ras.SplitOutput()