Description Usage Arguments Value
View source: R/miscoding_explorative.R
Tests all variables in a data frame to check values aren't used too often.
Tests all variables in a data frame to check values aren't used too often.
1 2 3 | compare_frame_frequencies(data, limit = 0.8)
compare_frame_frequencies(data, limit = 0.8)
|
data |
Data frame of variables to check each column of |
limit |
Max percentage of a variable that can be the same value |
Boolean-vector
Boolean-vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.