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
ReadonlypathThe path to the R executable, can be only the executable if it is to be found on the PATH.
Command line options to use when starting the R session.