View source: R/utilities-writing-report.R
renderReport | R Documentation |
Render report with number sections and table of content
renderReport(
fileName,
createWordReport = FALSE,
numberSections = TRUE,
intro = NULL,
wordConversionTemplate = NULL
)
fileName |
name of .md file to render |
createWordReport |
option for creating Markdown-Report only but not a Word-Report |
numberSections |
logical defining if sections are numbered |
intro |
name of .md file that include introduction (before toc) |
wordConversionTemplate |
optional docx template for rendering a tuned Word-Report document |
Other reporting:
addFigureChunk()
,
addTableChunk()
,
addTextChunk()
,
anchor()
,
copyReport()
,
getAnchorName()
,
getFigurePathsFromReport()
,
hasAnchor()
,
mergeMarkdownFiles()
,
renderWordReport()
,
resetReport()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.