fkbl | R Documentation |
A wrapper function for kableExtra::kbl()
fkbl(df, digi = 2, big_mark = TRUE, col.names = names(df), ...)
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 |
... |
Further arguments for kableExtra::kbl() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.