Learn R Programming

RMassBank (version 2.0.0)

archiveResults: Backup msmsWorkflow results

Description

Writes the results from different msmsWorkflow steps to a file.

Usage

archiveResults(w, fileName, settings = getOption("RMassBank"))

Arguments

w
The msmsWorkspace to be saved.
fileName
The filename to store the results under.
settings
The settings to be stored into the msmsWorkspace image.

Examples

Run this code

		# This doesn't really make a lot of sense,
		# it stores an empty workspace.
		RmbDefaultSettings()
		w <- newMsmsWorkspace()
		archiveResults(w, "narcotics.RData")

Run the code above in your browser using DataLab