check_frequency_list | R Documentation |
Check frequency lists for duplicates caused by whitespace or case sensitivity. Also warn if any fields are empty. This is a convenience function. Do not rely on this feature during your data cleaup. More checks might be added in future versions.
check_frequency_list(.x, case_sensitive = FALSE)
.x |
frequency list with a character/factor column with types and a numeric column with counts |
case_sensitive |
logical whether or not the frequency list is case sensitive |
NULL; fails if expected columns are ambiguous or missing, warns if duplicate types or empty types are found
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.