table_sens_param_changes: Create a table summarizing changes for sensitivity models

View source: R/table-sens-params.R

table_sens_param_changesR Documentation

Create a table summarizing changes for sensitivity models

Description

Create a table summarizing changes for sensitivity models

Usage

table_sens_param_changes(
  sens_desc_vec,
  sens_change_vec,
  ret_df = FALSE,
  col_widths = NULL,
  bold_headers = TRUE,
  ...
)

Arguments

sens_desc_vec

A vector of sensitivity descriptions

sens_change_vec

A vector of sensitivity changes

ret_df

Logical. If TRUE, return a data frame instead of the table

col_widths

A vector of column widths. See csasdown::csas_table()

bold_headers

If TRUE, make all column headers bold

...

Arguments passed to csasdown::csas_table()

Value

A csasdown::csas_table()


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.