print_lngl_ttu_tbls: Print longitudinal transfer to utility algorithm tables

print_lngl_ttu_tblsR Documentation

Print longitudinal transfer to utility algorithm tables

Description

print_lngl_ttu_tbls() is a Print function that prints output to console Specifically, this function implements an algorithm to print longitudinal transfer to utility algorithm tables. The function is called for its side effects and does not return a value.

Usage

print_lngl_ttu_tbls(
  table_df,
  params_ls,
  caption_1L_chr,
  table_1L_chr,
  column_1_width_1L_chr = "25em",
  ref_1L_int = 1
)

Arguments

table_df

Table (a data.frame)

params_ls

Parameters (a list)

caption_1L_chr

Caption (a character vector of length one)

table_1L_chr

Table (a character vector of length one)

column_1_width_1L_chr

Column 1 width (a character vector of length one), Default: '25em'

ref_1L_int

Reference (an integer vector of length one), Default: 1


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.