archiveResults {RMassBank} | R Documentation |
msmsWorkflow
resultsWrites the results from different msmsWorkflow
steps to a file.
archiveResults(w, fileName, settings = getOption("RMassBank"))
w |
The |
fileName |
The filename to store the results under. |
settings |
The settings to be stored into the msmsWorkspace image. |
# This doesn't really make a lot of sense, # it stores an empty workspace. RmbDefaultSettings() w <- newMsmsWorkspace() archiveResults(w, "narcotics.RData")