Learn R Programming

crmPack (version 2.1.0)

h_kable_param_default: 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)

Value

The updated parameter list with defaults applied

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