Skip to contents

exhibit.ready4fun_abbreviations() is an exhibit method that exhibits features of a class instance by printing to console. This method is implemented for the ready4 submodule class for tibble object lookup table of abbreviations. The function is called for its side effects and does not return a value.

exhibit.ready4fun_functions() is an exhibit method that exhibits features of a class instance by printing to console. This method is implemented for the Function types lookup table. The function is called for its side effects and does not return a value.

exhibit.ready4fun_objects() is an exhibit method that exhibits features of a class instance by printing to console. This method is implemented for the Object types lookup table. The function is called for its side effects and does not return a value.

Usage

exhibit.ready4fun_abbreviations(
  x,
  caption_1L_chr = NULL,
  mkdn_tbl_ref_1L_chr = NULL,
  output_type_1L_chr = "HTML",
  select_int = NA_integer_,
  use_lbls_as_col_nms_1L_lgl = T,
  ...
)

# S4 method for ready4fun_abbreviations
exhibit(
  x,
  caption_1L_chr = NULL,
  mkdn_tbl_ref_1L_chr = NULL,
  output_type_1L_chr = "HTML",
  select_int = NA_integer_,
  use_lbls_as_col_nms_1L_lgl = T,
  ...
)

exhibit.ready4fun_functions(
  x,
  caption_1L_chr = NULL,
  mkdn_tbl_ref_1L_chr = NULL,
  output_type_1L_chr = "HTML",
  select_int = NA_integer_,
  use_lbls_as_col_nms_1L_lgl = T,
  ...
)

# S4 method for ready4fun_functions
exhibit(
  x,
  caption_1L_chr = NULL,
  mkdn_tbl_ref_1L_chr = NULL,
  output_type_1L_chr = "HTML",
  select_int = NA_integer_,
  use_lbls_as_col_nms_1L_lgl = T,
  ...
)

exhibit.ready4fun_objects(
  x,
  caption_1L_chr = NULL,
  mkdn_tbl_ref_1L_chr = NULL,
  output_type_1L_chr = "HTML",
  select_int = NA_integer_,
  use_lbls_as_col_nms_1L_lgl = T,
  ...
)

# S4 method for ready4fun_objects
exhibit(
  x,
  caption_1L_chr = NULL,
  mkdn_tbl_ref_1L_chr = NULL,
  output_type_1L_chr = "HTML",
  select_int = NA_integer_,
  use_lbls_as_col_nms_1L_lgl = T,
  ...
)

Arguments

x

An instance of ready4fun_objects, a Object types lookup table.

caption_1L_chr

Caption (a character vector of length one), Default: NULL

mkdn_tbl_ref_1L_chr

Markdown table reference (a character vector of length one), Default: NULL

output_type_1L_chr

Output type (a character vector of length one), Default: 'HTML'

select_int

Select (an integer vector), Default: NA

use_lbls_as_col_nms_1L_lgl

Use labels as column names (a logical vector of length one), Default: T

...

Additional arguments

Value

No return value, called for side effects.

No return value, called for side effects.

No return value, called for side effects.