rossyndicate / poudre_sonde_network

MIT License
0 stars 8 forks source link

convert str_detect() to grepl() whenever it was used. #90

Open juandlt-csu opened 11 months ago

juandlt-csu commented 11 months ago

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().