add_title | R Documentation |
Add a titled section to a chronicle Rmarkdown report
add_title(report = "", title, title_level = 1)
report |
Character string containing all the R Markdown chunks previously added. Default is ”, an empty report. |
title |
The title to be added as a section. |
title_level |
Level of the section title (ie, number of # on Rmarkdown syntax.) |
The text of the Rmarkdown report plus an additional section by the given title.
html_report <- add_title(report = '',
title = 'Just the title here')
cat(html_report)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.