jpshanno / ingestr

ingestr: An R package for reading environmental data from raw formats into dataframes.
https://jpshanno.github.io/ingestr/
MIT License
19 stars 3 forks source link

Flag/Remove likely NA observations #22

Open jpshanno opened 6 years ago

jpshanno commented 6 years ago

There should be a function that looks for alternative records of missing data, such as ".", "-", " ", etc. that should be flagged for the user. It should be possible for the user to remove the points if desired. Any removed at should be stored in a separate data.frame containing the input source, the original data that were removed or altered, and the reason for the change (i.e., "alternative recording of NA")