xAuxSI: Function to collect information on the R session

View source: R/xAuxSI.r

xAuxSIR Documentation

Function to collect information on the R session

Description

xAuxSI is supposed to collect information on the R session. Only attached

Usage

xAuxSI(si = utils::sessionInfo(), file = NULL)

Arguments

si

an object of the class "sessionInfo"

file

a file name. By defaul it is NULL

Value

If the file is not NULL, it will write into the file. Otherwise it will return a tibble with columns 'kind' ('other' other attached packages, 'loaded' for loaded but not attached packages), 'pkg' (the package name), 'version' (the package version), 'title' (the package title) and 'description' (the package description)

Note

none.

See Also

xAuxSI

Examples

# res <- xAuxSI()

hfang-bristol/XGR documentation built on Feb. 4, 2023, 7:05 a.m.