fkbl: A wrapper function for kableExtra::kbl()

View source: R/fkbl.R

fkblR Documentation

A wrapper function for kableExtra::kbl()

Description

A wrapper function for kableExtra::kbl()

Usage

fkbl(df, digi = 2, big_mark = TRUE, col.names = names(df), ...)

Arguments

df

A data.frame to display

digi

The number of digits to show in printed table.

big_mark

Set to control if big marks should be used (e.g. 21,000). Be aware that this also applies for years (i.e. 2,021 instead of 2021). To avaoid the latter convert to text with as.character() first.

...

Further arguments for kableExtra::kbl()


fthielen/tatooheen documentation built on Nov. 8, 2023, 4:37 a.m.