mikeblazanin / gcplyr

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

read functions don't respect na.strings argument when reading csv files #169

Closed mikeblazanin closed 8 months ago

mikeblazanin commented 8 months ago

This happens because dots_parser doesn't see na.strings (and many other args) as args for read.csv, since those args are buried inside ... for read.csv. Instead, should use read.table with manual settings of the read.csv defaults