kcf_tab | R Documentation |
One-way and two-way tabulations of provided variables Speedboost via tidytable.
kcf_tab(data, tabvar, dropna = FALSE)
data |
The data frame to tabulate |
tabvar |
The variables to tabulate |
dropna |
If TRUE then drops NA values; if FALSE then includes NA values |
A data frame with tabulation of counts and proportions.
## Not run:
kcf_tab(mtcars, c(vs)) # one-way tabulate
kcf_tab(mtcars, c(vs, am)) # two-way tabulate
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.