print_modules {ready4}R Documentation

Print a table of ready4 model modules

Description

print_methods() formats the output of either get_methods_tb() or make_methods_tb() as HTML.

Usage

print_modules(
  modules_tb,
  scroll_height_1L_chr = character(0),
  scroll_width_1L_chr = character(0),
  what_1L_chr = "All",
  ...
)

Arguments

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

Value

Modules (a kable)

Examples

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")

[Package ready4 version 0.1.9 Index]