startup_session_options {startup} | R Documentation |
Record R session information as options
startup_session_options(action = c("update", "overwrite", "erase"))
action |
If |
Returns invisibly a named list of the options prefixed
"startup.session."
:
startup.session.startdir
(character) the working directory when
the startup was first loaded. If startup::startup()
is called
at the very beginning of the ‘.Rprofile’ file, this is also the
directory that the current R session was launched from.
startup.session.starttime
(POSIXct) the time when the startup was first loaded.
startup.session.id
(character) a unique ID for the current R session.
startup.session.dumpto
(character) a session-specific name that
can be used for argument dumpto
of dump.frames()
(also for dumping to file).
opts <- startup::startup_session_options()
opts