View source: R/columns_manage.R
QC_categories | R Documentation |
Title Compare vector contents to a expected categories
QC_categories(data, cat)
data |
vector to perform check on |
cat |
categorical values to look for |
returns list containign summary of comparison, whether data fully conforms to categories and whether data has missing of additional categories
# check1 <- QC_categories(df$coolumn1, cat = c("low", "medium", "high"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.