This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/quit.html
quit {base}R Documentation

Terminate an R Session

Description

save must be one of "no", "yes", or "ask". In the first case the workspace is not saved, in the second it is saved and in the third the user is prompted. Invoking these functions results in the termination of the current R session.

Usage

quit(save="ask")
q(save="ask")

Arguments

save

a character string indicating whether the environment (workspace) should be saved.


[Package base version 0.60 ]