R/reports.R
write_session_info.Rd
This will write the output of sessioninfo::session_info() if it is available, otherwise utils::sessionInfo() is used.
sessioninfo::session_info()
utils::sessionInfo()
write_session_info(path)
Path to the output file
None