ReporteRs (version 0.8.7)

bsdoc: Create an object representation of a bootstrap html document

Description

Create a bsdoc object

Usage

bsdoc(title = "untitled", list.definition = getOption("ReporteRs-list-definition"), keywords = "", description = "", mathjax = FALSE)

Arguments

title
"character" value: title of the document.
list.definition
a list definition to specify how ordered and unordered lists have to be formated. See list.settings. Default to getOption("ReporteRs-list-definition").
keywords
"character" value: keywords metadata value to set in the html page
description
"character" value: description metadata value to set in the html page
mathjax
logical value: if TRUE activate mathjax

Value

an object of class bsdoc.

Details

Several methods can used to send R output into an object of class bsdoc.

Once object has content, user can write the docx into a ".html" file, see writeDoc.bsdoc.