remove_all_dont_know {surveydata} | R Documentation |
Removes "Do not know" and other similar words from factor levels in data frame.
Description
Removes "Do not know" and other similar words from factor levels in data frame
Usage
remove_all_dont_know(x, dk = NULL, message = TRUE)
Arguments
x |
List or data frame |
dk |
Character vector, containing search terms, e.g. |
message |
If TRUE, displays message with the number of instances that were removed. |
Value
A data frame
See Also
hasDK()
and removeDK()
Other Functions to clean data:
encToInt()
,
fix_common_encoding_problems()
,
fix_levels_01_spss()
,
has_dont_know()
,
intToEnc()
,
leveltest
,
remove_dont_know()
[Package surveydata version 0.2.7 Index]