count_map | R Documentation |
Function assists in checking the values of new, derived variables against the raw, source variables.
count_map(data, ...)
data |
data frame |
... |
sets of variables to check. variables that are checked together are included in the same vector. See example below. |
count_map(
mtcars,
c(cyl, am), c(gear, carb)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.