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

b$omit$empty: nchar works on non-character data.frame columns as well #32

Closed
mschubert opened this issue Jan 22, 2015 · 1 comment
Closed

Comments

@mschubert
Copy link
Owner

When applying b$omit$empty on a data.frame, the function currently checks if all columns are of character class.

This is not required.

However, we want to drop "", NULL - is there an easy way to check for this?

@mschubert
Copy link
Owner Author

Turns out checking for NULL is not needed, missing values are not supported in a data.frame (those would be NA).

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

No branches or pull requests

1 participant