Learn R Programming

EDCimport (version 0.5.2)

save_sessioninfo: Save sessionInfo() output

Description

Save sessionInfo() output into a text file.

Usage

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

Value

nothing

Arguments

path

target path to write the file

with_date

whether to insert the date before the file extension

Examples

Run this code
if (FALSE) {
   save_sessioninfo()
}

Run the code above in your browser using DataLab