save_sessioninfo: Save 'sessionInfo()' output

View source: R/helpers.R

save_sessioninfoR Documentation

Save sessionInfo() output

Description

Save sessionInfo() output into a text file.

Usage

save_sessioninfo(path = "check/session_info.txt", with_date = TRUE)

Arguments

path

target path to write the file

with_date

whether to insert the date before the file extension

Value

nothing

Examples

## Not run: 
   save_sessioninfo()

## End(Not run)

EDCimport documentation built on April 4, 2025, 1:18 a.m.