mikeblazanin / gcplyr

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

Currently merge_dfs drops by complete.cases but make_design uses "NA" for missing entries #148

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

Desired behavior should probably be for make_design to use real NA's in output rather than character NA's

mikeblazanin commented 1 year ago

More specifically, when paste_blocks is called by make_design, NA's get coerced into a character, which is not coerced back by separate_tidy's

mikeblazanin commented 1 year ago

Fixed in v1.3.0.9000: separate_tidy now coerces "NA" to NA by default in all columns it splits