xAuxSI | R Documentation |
xAuxSI
is supposed to collect information on the R session. Only
attached
xAuxSI(si = utils::sessionInfo(), file = NULL)
si |
an object of the class "sessionInfo" |
file |
a file name. By defaul it is NULL |
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)
none.
xAuxSI
# res <- xAuxSI()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.