You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2018. It is now read-only.
There's a lot of duplication between the code in test_NA and fix_NA. For example, both functions have lists of NA strings like -999, and it would be easy for these to get out of sync.
What do folks (especially @hilaryparker) think of this division of labor between the functions:
test_NA finds the missing values
fix_NA calls test_NA to find where the missing values are, and then replaces them.
If I get the go-ahead, I'm happy to make a pull request for it.
There's a lot of duplication between the code in
test_NAandfix_NA. For example, both functions have lists of NA strings like -999, and it would be easy for these to get out of sync.What do folks (especially @hilaryparker) think of this division of labor between the functions:
test_NAfinds the missing valuesfix_NAcallstest_NAto find where the missing values are, and then replaces them.If I get the go-ahead, I'm happy to make a pull request for it.