h_kable_param_default: Set Default Values for kable Parameters

View source: R/helpers_knitr.R

h_kable_param_defaultR Documentation

Set Default Values for kable Parameters

Description

Sets default values for col.names and caption if not already provided by the user in the parameter list.

Usage

h_kable_param_default(param, col_names = NULL, caption = NULL)

Arguments

param

(list)
The list of ... parameters passed to knit_print

col_names

(character)
Default column names for the table

caption

(character)
Default caption for the table

Value

The updated parameter list with defaults applied


crmPack documentation built on July 5, 2026, 9:06 a.m.