countGroups | R Documentation |
Count groups
countGroups(data, yvars)
data |
A data.frame |
yvars |
variable names |
An object of class "tibble"
library(moonBook)
countGroups(acs,"sex")
countGroups(acs,c("sex","Dx"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.