ReadonlycommandReadonlycwdThe current working directory of the R session.
ReadonlyenvThe environment variables available in the R session.
ReadonlyeolThe character to use to mark the end of a line. Is probably always \n (even on windows).
ReadonlyhomeThe path to the library directory, use undefined to let R figure that out for itself
ReadonlyonCalled when the R session is restarted, this makes only sense if revive is not set to 'never'
ReadonlypathThe path to the R executable, can be only the executable if it is to be found on the PATH.
ReadonlyreviveIf set, the R session will be restarted if it exits due to an error
Command line options to use when starting the R session.