Skip to contents

Format table for quarto html output

Usage

knit_big_table(table_to_print, .height = "500px")

Arguments

table_to_print

A data frame to print

.height

Height in the html output

Value

Table with some features for quarto html output

Examples

if (FALSE) {
knit_big_table(table_to_print)
}