openBsdocReport: Opens an html report

openBsdocReportR Documentation

Opens an html report

Description

Opens an html report using bsdoc() from the ReporteRs package. Also adds some introductory elements.

Usage

openBsdocReport(title = "")

closeBsdocReport(doc, file, titles = NULL)

Arguments

title

a character specifying the title of the html report.

doc

an object of the class bsdoc to write and close.

file

a character specifying the path to write the report in.

titles

a character vector containing the titles of the report. Used to create the bootstrapmenu.

Value

Returns an object of the class bsdoc to add further elements.

Functions

  • closeBsdocReport: Adds the session info, the bootstrap menu, a paragraph showing the finishing time and writes the document. file must have a .html suffix.

Author(s)

Rehrauer, Hubert

Schmid, Peter

See Also

bsdoc

writeDoc

Examples

theDoc = openBsdocReport(title="My html report")
closeBsdocReport(doc=theDoc, file="example.html")

uzh/ezRun documentation built on April 24, 2024, 4:01 p.m.