knitr_add_tab_item.Rd
Add JavaScript tab in the report
knitr_add_tab_item(code, header, prefix, desc = "", opt = NULL,
message = NULL, hide_and_show = FALSE)
R code to execute.
Header or the title for the tab.
Prefix of the chunk label.
Decription in the tab.
Options for the knitr chunk.
Message to print.
Whether to hide the code output.
Each tab contains the R source code and results generated from it (figure, tables, text, ...).
This function is only for internal use.
No value is returned.
knitr_insert_tabs
produces a complete HTML fragment.
# There is no example
NULL
#> NULL