Clean it and check again (usingmarkdown = FALSEto show how it would look in the R console): freq(clean_factor(unclean$gender,levels=c("^m"="Male","^f"="Female")),markdown=FALSE)#> Frequency table#>#> Class: factor (numeric)#> Length: 500#> Levels: 2: Male, Female#> Availabl...