Learn R Programming

RMassBank (version 2.0.0)

newMsmsWorkspace: Create new empty workspace or load saved data for msmsWorkflow

Description

Creates an empty workspace or loads an existing workspace from disk.

Usage

newMsmsWorkspace(files = character(0))

Arguments

files
If given, the files list to initialize the workspace with.

Value

A new msmsWorkspace object

Details

newMsmsWorkspace creates a new empty workspace for use with msmsWorkflow.

loadMsmsWorkspace loads a workspace saved using archiveResults. Note that it also successfully loads data saved with the old RMassBank data format into the new msmsWorkspace object.

See Also

msmsWorkflow, msmsWorkspace-class