NCRN / NCRNWater

R Package for analyzing NCRN-NPS water data
4 stars 7 forks source link

Make all imported columns default to character in importNCRNWater() #11

Closed johnpauls closed 5 years ago

johnpauls commented 5 years ago

Currently when you import the water data using importNCRNWater there is a strict number of columns it should have that are all imported as character. This is to make sure that the info about detection limits from NPStoret is not wiped out in the import process. To make it so there can be any number of columns, all as character add col_types = cols(.default = "c") to the import_csv function in importNCRNWater()