add_complex_header_above: Add complex header above the kable table

View source: R/helpers.R

add_complex_header_aboveR Documentation

Add complex header above the kable table

Description

Add complex header above the kable table. It is supposed to be a part of 'knitr - kable - kableExtra' pipeline. Relies on 'kableExtra::add_header_above' when 'behead' returns a table with complex header. (E.g., when the table is 'mlth.data.frame'.)

Usage

add_complex_header_above(kable_input, tbl, row.names = NA)

Arguments

kable_input

is whatever kable input.

tbl

is the initial table.

row.names

shoul we include 'row.names'?


IvanVoronin/mlth.data.frame documentation built on Jan. 31, 2024, 10:13 a.m.