addMarkdown
From ReporteRs v0.7.7
by David Gohel
Add a markdown text or file
Add markdown into a document object
The markdown definition used is John Gruber documented here:
Images are not available as addImage
or addPlot
is
available. Pandoc footnotes have been added (see
Usage
addMarkdown(doc, file, text, ...)
Arguments
- doc
- document object
- file
- markdown file. Not used if text is provided.
- text
- character vector. The markdown to parse.
- ...
- further arguments passed to other methods
Value
- a document object
See Also
docx
, addMarkdown.docx
, bsdoc
, addMarkdown.bsdoc
, pptx
, addMarkdown.pptx
Community examples
Looks like there are no examples yet.