archiveResults: Backup 'msmsWorkflow' results

Description Usage Arguments Examples

View source: R/leMsMs.r

Description

Writes the results from different msmsWorkflow steps to a file.

Usage

1
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

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

RMassBank documentation built on Nov. 8, 2020, 6:06 p.m.