powered by
These functions will give proportions for different variables inline.
fmt_count(x, ...)
a one-element character vector of the format "n (%)"
a data frame
an expression or series of expressions to pass to dplyr::filter()
dplyr::filter()
fmt_count(mtcars, cyl > 3, hp < 100) fmt_count(iris, Species == "virginica")
Run the code above in your browser using DataLab