EDIorg / ecocomDP

A dataset design pattern and R package for ecological community data.
https://ediorg.github.io/ecocomDP/
Other
32 stars 13 forks source link

Function: Convert L0 missing value codes to NA #71

Closed clnsmth closed 3 years ago

clnsmth commented 4 years ago

Opinion is that converting missing value codes of L0 data to NA does not change the meaning of the data. Create a function to do this and implement at the onset of L1 conversion.

clnsmth commented 3 years ago

The EDIutils::read_tables() function does this. The shared practices docs will recommend this but leave implementation up to the L1 creator.