I noticed a weird bug when analyzing the flag report that str_detect() will sometimes get rid of all the NA values in a column if you are filtering with it. This is not the case for grepl(). unfortunately I think that I am going to have to look through all the instances where we used str_detect and convert them to grepl().
I noticed a weird bug when analyzing the flag report that str_detect() will sometimes get rid of all the NA values in a column if you are filtering with it. This is not the case for grepl(). unfortunately I think that I am going to have to look through all the instances where we used str_detect and convert them to grepl().