bsdoc object
bsdoc(title = "untitled", list.definition = getOption("ReporteRs-list-definition"), keywords = "", description = "", mathjax = FALSE)"character" value: title of the document.list.settings. Default to
getOption("ReporteRs-list-definition")."character" value: keywords metadata value to set in the html page"character" value: description metadata value to set in the html pagelogical value: if TRUE activate mathjaxbsdoc.
bsdoc.addTitle.bsdoc add titles
addParagraph.bsdoc add text
addPlot.bsdoc add plots
addFlexTable.bsdoc add tables. See FlexTable
addImage.bsdoc add external images
addRScript.bsdoc add highlighted r script
Once object has content, user can write the docx into a ".html" file, see writeDoc.bsdoc.