summary_session: Save Detailed Session Info to the Disk

View source: R/summary_session.R

summary_sessionR Documentation

Save Detailed Session Info to the Disk

Description

Save details about the R session used to run the model to the disk. Information regarding packages and their versions is saved to help those trying to recreate results in the future.

Usage

summary_session(savefile = "session.txt")

Arguments

savefile

The file name that you want the results saved to. A full path can be specified, else the file will be saved in the current directory.

Value

A list with information about the current R session. Also, the same list is written to a text file and an RData file.

Author(s)

Kelli F. Johnson

Examples

info <- summary_session()
## Not run: 
names(info)

## End(Not run)


nwfsc-assess/VAST_WestCoast documentation built on July 4, 2023, 5:45 p.m.