The R Project SVN R

Rev

Rev 25118 | Rev 28738 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25118 Rev 26076
Line 13... Line 13...
13
    environment},
13
    environment},
14
  i.e., \code{save(list = ls(all=TRUE), file = ".RData")}. It is what also
14
  i.e., \code{save(list = ls(all=TRUE), file = ".RData")}. It is what also
15
  happens with \code{\link{q}("yes")}.
15
  happens with \code{\link{q}("yes")}.
16
}
16
}
17
\usage{
17
\usage{
18
save(\dots, list = character(0), file = stop("`file' must be specified"),
18
save(\dots, list = character(0), file = stop("'file' must be specified"),
19
     ascii = FALSE, version = NULL, envir = parent.frame(), 
19
     ascii = FALSE, version = NULL, envir = parent.frame(), 
20
     compress = FALSE)
20
     compress = FALSE)
21
save.image(file = ".RData", version = NULL, ascii = FALSE,
21
save.image(file = ".RData", version = NULL, ascii = FALSE,
22
           compress = FALSE, safe = TRUE)
22
           compress = FALSE, safe = TRUE)
23
 
23