View source: R/count_separate.R
mat_count_separate | R Documentation |
Count each column separately
mat_count_separate(df, ...)
df |
initial data |
... |
tidy selectors |
df <- data.frame(ids = 1:100,
x1=sample(letters[1:5], 100, replace = TRUE),
x5=sample(c("TRUE", "FALSE"), 100, replace = TRUE))
mat_count_separate(df, starts_with("x"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.