powered by
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 (a kable)
Modules (a tibble)
Scroll height (a character vector of length one), Default: character(0)
Scroll width (a character vector of length one), Default: character(0)
What (a character vector of length one), Default: 'All'
Additional arguments
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")
Run the code above in your browser using DataLab