Description Usage Arguments Examples
Writes the results from different msmsWorkflow steps to a file.
| 1 | 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. | 
| 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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.