add_scroll_box() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add scroll box. The function is called for its side effects and does not return a value.
add_scroll_box(
table_kbl,
scroll_height_1L_chr = character(0),
scroll_width_1L_chr = character(0),
...
)
Table (a kable)
PARAM_DESCRIPTION
Scroll height (a character vector of length one), Default: character(0)
Scroll width (a character vector of length one), Default: character(0)
Additional arguments