Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add clean_NA_variants function #2

Closed
sfirke opened this issue Apr 19, 2016 · 3 comments
Closed

add clean_NA_variants function #2

sfirke opened this issue Apr 19, 2016 · 3 comments

Comments

@sfirke
Copy link
Owner

sfirke commented Apr 19, 2016

Takes a data.frame, turns all instances of "N/A" and "#N/A" and "NA" into true NA values. Maybe it takes a parameter to either clean those exact terms, or grep them, filtering out say "N/A- I have not yet used or received this support/tool."

@sfirke
Copy link
Owner Author

sfirke commented May 2, 2016

It should have list of common NA values like the ones above it uses by default, as well as a parameter to add your own string vector at the function call.

@sfirke
Copy link
Owner Author

sfirke commented Jun 3, 2016

should it have a "loud" option to print a summary of what it cleaned?

@sfirke
Copy link
Owner Author

sfirke commented Jun 6, 2016

Consider the option to not use the default set of built in NA strings, for more cautious or flexible uses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant