This is about R. Can someone look at this:
{library(forcats)
x <- filter(gss_cat, rincome != regex("not applicable", ignore_case = TRUE))}
The ignore_case = TRUE has no effect. "Not applicable" and "not applicable" still look different to the search.
Consider this example :
You need to use
regexin one of thestringrfunction likestr_detecthere :Or in base R use
subsetwithgrepl