TITLE(quit @@ Terminate an R Session)
USAGE(
quit(save="ask")
q(save="ask")
)
ALIAS(quit)
ALIAS(q)
ARGUMENTS(
ARG(save @@ a character string indicating whether the 
environment (workspace) should be saved.)
)
DESCRIPTION(
LANG(save) must be one of LANG("no"), LANG("yes"),
or LANG("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.
)
