has_NA_str = any(col == "NA", na.rm = TRUE), has_NULL_str = any(col == "NULL", na.rm = TRUE), has_empty_str = any(col == "", na.rm = TRUE) ...