Add indentations to row headers
add_indent(
kable_input,
positions,
level_of_indent = 1,
all_cols = FALSE,
target_cols = 1
)
Output of knitr::kable()
with format
specified
A vector of numeric row numbers for the rows that need to be indented.
a numeric value for the indent level. Default is 1.
T/F whether to apply indentation to all columns
A vector of numeric column positions. Default is 1.