Description Usage Arguments Details Value See Also
Drukt een tabel af (forceert print) in Markdown, LaTeX of HTML m.b.v. kable, met standaard vette kolomnamen en naar Nederlands getransformeerde formaten voor datums, getallen en percentages.
1 2 3 4 5 6 | tbl_markdown(tbl, row.names = FALSE, column.names = colnames(tbl),
align = NULL, padding = 2, caption = "", na = "",
format.tbl = "markdown", format.dates = "dd-mm-yyyy",
format.NL = Sys.isdecimalcomma(), columns.percent = NA,
columns.bold = TRUE, round.numbers = 2, round.percent = 1,
newlines.leading = 2, newlines.trailing = 2)
|
tbl |
Een |
row.names |
Standaard is |
column.names |
Standaard is |
align |
Standaard is |
padding |
Standaard is |
caption |
Standaard is |
na |
Standaard is |
format.tbl |
Standaard is |
format.dates |
Standaard is |
format.NL |
Standaard is |
columns.percent |
Standaard is |
columns.bold |
Standaard is |
round.numbers |
Standaard is |
round.percent |
Standaard is |
newlines.leading |
Standaard is |
newlines.trailing |
Standaard is |
Wanneer in een R Markdown-rapport een tabel met deze functie voorafgegaan wordt door een ander object (zoals een grafiek), printen de kolomkoppen alleen goed wanneer newlines.leading >= 2, of door handmatig gebruik van cat("\n\n") alvorens de tabel te printen.
Tekst
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.