mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
30 stars 2 forks source link

separate_tidy tries to coerce NA values into NA #170

Closed mikeblazanin closed 11 months ago

mikeblazanin commented 11 months ago

when coerce_NA = TRUE in separate tidy, it looks for rows where the values are the string "NA". However, == returns NA when the value is NA, so then it's trying to subset rows with NA indices.