contains_na_escape {labelmachine} | R Documentation |
Check if a character vector contains NA replacement strings
contains_na_escape(x)
x |
A character vector that should be checked. |
TRUE
if the vector contains NA replacement strings. FALSE
else.