add_footer_asis: Add success footer information as whole part for the figure...

View source: R/fun-add-footer.R

add_footer_asisR Documentation

Description

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'".

Usage

add_footer_asis(note, source)

Arguments

note

character, note text for figure or table.

source

character, source text for figure or table.

Value

invisible

Examples


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)


huhuaping/techme documentation built on June 16, 2024, 3:38 a.m.