report.sessionInfo: Export the table of the sessionInfo() to Word or R markdown...

Description Usage Arguments Details Value See Also Examples

View source: R/report.sessionInfo.R

Description

report.sessionInfo

This function enables to export the table of the sessionInfo

Usage

1

Arguments

doc

NULL or a rdocx object'

Details

None

Value

A flextable object (if doc=NULL) or a rdocx object (if doc= an rdocx object).

See Also

report.doc report.modelinfo

Examples

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)

ClinReport documentation built on Sept. 3, 2019, 5:07 p.m.