archiveResults {RMassBank}R Documentation

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


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


[Package RMassBank version 3.0.0 Index]