Search notes:

R function: save.image

save.image(), by default, stores the current workspace to disk.
x <- 42
y <- 1:10

save.image()
cat("\nWrote workspace to .RData\n")
Github repository about-r, path: /functions/save.image.R

See also

Index to (some) R functions

Index