FoRTExperiment / fortedata

FoRTE project data
https://fortexperiment.github.io/fortedata/
Creative Commons Attribution 4.0 International
7 stars 11 forks source link

Consistent missing values #59

Closed ashiklom closed 3 years ago

ashiklom commented 3 years ago

Resolves #58 by (1) removing all explicit NA strings from CSV files, (2) modifying read_csv_file so that blank cells (and only blank cells) are coded as NA, and (3) adding a quick test to fd_metadata that checks for missing values.

fd_metadata needs further cleanup, but that's for another PR.