Skip to contents

This function can be called at the end of your script to save the session information, including the loaded packages and R version, into a log file. The path for the log file has to be initialized by the `initLogfunction`

Usage

saveSessionInfo()

See also

Examples

if (FALSE) { # \dontrun{
# Save session info to log file
saveSessionInfo()
} # }