tabyl_ow | R Documentation |
tabyl_ow
makes a one-way 'tabyl' style table, arranged in descending order of frequency, not showing missing levels, and making it actually percents
tabyl_ow_plus
does the same as tabyl_ow, but also kables and styles it
tabylme
is a function that makes a two-way 'tabyl' style table, adding row percentages, and kabling and styling it
tabyl_ow(df, var)
var |
is the column to tabulate |
caption |
can contain text |
You need the janitor package, dplyr, and kableExtra
tabyl_ow_plus(iris, Species, caption = "iris species or something")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.