check_character_levels.Rd
Helper to check that values of a character variable are in given levels
check_character_levels(vector, levels)
a vector i.e. column of the data whose values should be checked
vector with levels the vector should have
boolean, TRUE when all values are inside levels, FALSE if there is a value which was not specified in levels