tabylstuff | R Documentation |
tabylstuff
is a function that puts totals for row and column, formats rows with 1 digit percentages, adds "N" counts, makes it a kable with a caption, and styles the kable
tabylstuff_nocol
is like tabylstuff but without column totals
adornme
adds a title and does some other things differently, but I'm not sure what. This may be mostly redundant
adornme_not
is adornme without a title
tabylstuff(df, cap = "")
df |
is a 'tabyl' style tibble |
cap |
is a caption text (quoted string) |
digits |
(in adornme and adornme_not) lets you specify the digits in the percentage |
adorn |
(in adornme and adornme_not) lets you specify whether row or column will be made into percentages ... not sure this actually makes sense! |
XXX This function does nothing. It relies on no packages
XXX nothing(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.