print_modules | R Documentation |
print_modules() formats the output of either get_modules_tb() or make_modules_tb() as HTML.
print_modules(
modules_tb,
scroll_height_1L_chr = character(0),
scroll_width_1L_chr = character(0),
what_1L_chr = "All",
...
)
modules_tb |
Modules (a tibble) |
scroll_height_1L_chr |
Scroll height (a character vector of length one), Default: character(0) |
scroll_width_1L_chr |
Scroll width (a character vector of length one), Default: character(0) |
what_1L_chr |
What (a character vector of length one), Default: 'All' |
... |
Additional arguments |
Modules (a kable)
modules_tb <- get_modules_tb("ready4-dev/ready4")
# Print sub-modules
print_modules(modules_tb, what_1L_chr = "S3")
# Print full-modules
print_modules(modules_tb, what_1L_chr = "S4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.