View source: R/fun-add-footer.R
add_footer_asis | R Documentation |
This function should be in the dependent code chunk (outside the code chunk of plot or kable) and must set the chunk options "result= 'asis'".
add_footer_asis(note, source)
note |
character, note text for figure or table. |
source |
character, source text for figure or table. |
invisible
cap_note <- "This is a note, ba la ba la"
cap_source <- "source from yearbook 2021"
## Not run:
add_footer_asis(cap_note, cap_source)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.