Description Usage Arguments Value
This is a helper function to get counts of how many times each combination of levels of a provided vector of variables appears in the provided dataset. Useful for tracking programmatic logic.
1 | svy_compare(variables, data)
|
variables |
Vector of columns from data. |
data |
A data object that can be either a survey object or other data type. |
A data.frame with counts of each possible combination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.