Description Usage Arguments Details Value Examples
View source: R/parse_sessionInfo.R
Parse a sessionInfo
object
1 |
si |
Character string, with either the path to the plain text file
containing the output (if |
source |
Character string, indicating the format in which the object is provided |
The output of sessionInfo()
should start with > sessionInfo()
,
so be sure to copy that part as well
A list with two elements:
a character string, Rversion
a data frame (packages
) with the attached packages and their versions
1 2 | si1_output <- system.file("extdata", "si1.txt", package = "sessionDiffo")
si1 <- parse_si(si1_output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.