Description Usage Arguments Details Value See Also Examples
View source: R/report.sessionInfo.R
report.sessionInfo
This function enables to export the table of the sessionInfo
1 | report.sessionInfo(doc = NULL)
|
doc |
NULL or a rdocx object' |
None
A flextable object (if doc=NULL) or a rdocx object (if doc= an rdocx object).
1 2 3 4 5 6 7 | # For an R markdown document just do
report.sessionInfo()
# Fro a Word document use the doc argument
library(officer)
doc=read_docx()
doc=report.sessionInfo(doc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.