exhibit.ready4show_authors | R Documentation |
exhibit.ready4show_authors() 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 authors lookup table The function is called for its side effects and does not return a value.
exhibit.ready4show_correspondences() is an exhibit method that exhibits features of a class instance by printing to console. This method is implemented for the Name correspondences lookup table The function is called for its side effects and does not return a value.
exhibit.ready4show_institutes() 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 institutes lookup table The function is called for its side effects and does not return a value.
exhibit.ready4show_authors(
x,
caption_1L_chr = NULL,
mkdn_tbl_ref_1L_chr = NULL,
output_type_1L_chr = "HTML",
use_lbls_as_col_nms_1L_lgl = T,
...
)
## S4 method for signature 'ready4show_authors'
exhibit(
x,
caption_1L_chr = NULL,
mkdn_tbl_ref_1L_chr = NULL,
output_type_1L_chr = "HTML",
use_lbls_as_col_nms_1L_lgl = T,
...
)
exhibit.ready4show_correspondences(
x,
caption_1L_chr = NULL,
mkdn_tbl_ref_1L_chr = NULL,
output_type_1L_chr = "HTML",
use_lbls_as_col_nms_1L_lgl = T,
...
)
## S4 method for signature 'ready4show_correspondences'
exhibit(
x,
caption_1L_chr = NULL,
mkdn_tbl_ref_1L_chr = NULL,
output_type_1L_chr = "HTML",
use_lbls_as_col_nms_1L_lgl = T,
...
)
exhibit.ready4show_institutes(
x,
caption_1L_chr = NULL,
mkdn_tbl_ref_1L_chr = NULL,
output_type_1L_chr = "HTML",
use_lbls_as_col_nms_1L_lgl = T,
...
)
## S4 method for signature 'ready4show_institutes'
exhibit(
x,
caption_1L_chr = NULL,
mkdn_tbl_ref_1L_chr = NULL,
output_type_1L_chr = "HTML",
use_lbls_as_col_nms_1L_lgl = T,
...
)
x |
An instance of |
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' |
use_lbls_as_col_nms_1L_lgl |
Use labels as column names (a logical vector of length one), Default: T |
... |
Additional arguments |
No return value, called for side effects.
No return value, called for side effects.
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.