Rev 2 | Rev 10603 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{load}\title{Reload Saved Datasets}\usage{load(filename)}\alias{load}\arguments{\item{filename}{a character string giving the name of the file to load.}}\description{This function will reload the datasets written to a filewith the function \code{save}.}\seealso{\code{\link{save}}.}\examples{# save all datasave(list = ls(), file= "all.Rdata")# restore the saved valuesload("all.Rdata")}\keyword{file}