wl {rNMR} | R Documentation |
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
.
wl(fileName, plot=TRUE, clearAll = TRUE) load(fileName, plot=TRUE, clearAll = TRUE) ws(fileName) rb()
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 |
clearAll |
logical; clears previous objects from the global environment
before loading the workspace if |
Ian A. Lewis ialewis@nmrfam.wisc.edu, Seth C. Schommer schommer@nmrfam.wisc.edu
rNMR
for other rNMR help topics.