wl {rNMR}R Documentation

Load or Save a Workspace

Description

Functions for loading and saving R workspaces. wl is used to load a workspace, ws is used to save a workspace, and rb is used to load a backup version of the current workspace (automatic backup must be enabled to use this feature, see the "Preferences" section of the rNMR manual for more information). Note: wl and performs the same function as load.

Usage

wl(fileName, plot=TRUE, clearAll = TRUE)
load(fileName, plot=TRUE, clearAll = TRUE)
ws(fileName)
rb()

Arguments

fileName

optional character string argument giving the full path to the file being loaded or saved. A file selection window is opened if this argument is not provided.

plot

logical; redraws the main spectrum on loading if TRUE.

clearAll

logical; clears previous objects from the global environment before loading the workspace if TRUE.

Author(s)

Ian A. Lewis ialewis@nmrfam.wisc.edu, Seth C. Schommer schommer@nmrfam.wisc.edu

See Also

rNMR for other rNMR help topics.


[Package rNMR version 1.1.9 Index]