View source: R/fun-add-footer.R
add_footer_pure | R Documentation |
This function should be in the code chunk (always follow the code of plot or kable) and without setting "result= 'asis'".
add_footer_pure(text, type = "note")
text |
character, information text. |
type |
character, is one of c('note', 'source') and default 'note' |
invisible
cap_note <- "This is a note, ba la ba la"
cap_source <- "source from yearbook 2021"
## Not run:
add_footer_pure(cap_note)
cat("\n")
add_footer_pure(cap_source, type = "source")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.