powered by
report.sessionInfo
This function enables to export the table of the sessionInfo
sessionInfo
report.sessionInfo(doc = NULL)
NULL or a rdocx object'
A flextable object (if doc=NULL) or a rdocx object (if doc= an rdocx object).
None
report.doc report.modelinfo
report.doc
report.modelinfo
# NOT RUN { # 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) # }
Run the code above in your browser using DataLab