Readonly
commandCommand line options to use when starting the R session.
Readonly
cwdThe current working directory of the R session.
Readonly
envThe environment variables available in the R session.
Readonly
eolThe character to use to mark the end of a line. Is probably always \n
(even on windows).
Readonly
homeThe path to the library directory, use undefined to let R figure that out for itself
Readonly
onCalled when the R session is restarted, this makes only sense if revive
is not set to 'never'
Readonly
pathThe path to the R executable, can be only the executable if it is to be found on the PATH.
Readonly
reviveIf set, the R session will be restarted if it exits due to an error
Readonly
session
Configuration of an RShell instance. See DEFAULT_R_SHELL_OPTIONS for the default values used by RShell.