print_resources_df: Print resources dataframe

print_resources_dfR Documentation

Description

print_resources_df() is a Print function that prints output to console. Specifically, this function implements an algorithm to print resources dataframe. The function is called for its side effects and does not return a value.

Usage

print_resources_df(
  resources_df,
  caption_1L_chr = "Resource types",
  mkdn_tbl_ref_1L_chr = "tab:restypes",
  output_type_1L_chr = "HTML",
  use_rdocx_1L_lgl = T
)

Arguments

resources_df

Resources (a data.frame)

caption_1L_chr

Caption (a character vector of length one), Default: 'Resource types'

mkdn_tbl_ref_1L_chr

Markdown table reference (a character vector of length one), Default: 'tab:restypes'

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

Value

No return value, called for side effects.


ready4-dev/bimp documentation built on April 22, 2024, 8:25 a.m.