ls
shows the variables and functions that are defined in the current workspace. rm
to delete (remove) variables from the workspace. save.image("filename")
. --no-restore
startup option, a previously saved workspace is not restored. Similarly, with --no-save
, R does not write a workspace file when R is exited.