print_resource_use_df | R Documentation |
print_resource_use_df() is a Print function that prints output to console. Specifically, this function implements an algorithm to print resource use dataframe. The function is called for its side effects and does not return a value.
print_resource_use_df(
resource_use_df,
caption_1L_chr = "Resource use",
mkdn_tbl_ref_1L_chr = "tab:resuse",
output_type_1L_chr = "HTML",
use_rdocx_1L_lgl = T
)
resource_use_df |
Resource use (a data.frame) |
caption_1L_chr |
Caption (a character vector of length one), Default: 'Resource use' |
mkdn_tbl_ref_1L_chr |
Markdown table reference (a character vector of length one), Default: 'tab:resuse' |
output_type_1L_chr |
Output type (a character vector of length one), Default: 'HTML' |
use_rdocx_1L_lgl |
Use rdocx (a logical vector of length one), Default: T |
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.