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

monitor_join should handle all-missing #100

Open
jonathancallahan opened this issue Dec 21, 2019 · 0 comments
Open

monitor_join should handle all-missing #100

jonathancallahan opened this issue Dec 21, 2019 · 0 comments
Assignees
Labels
bug Gotta squish it

Comments

@jonathancallahan
Copy link
Member

I tried to join to ws_monitor objects, one which had a monitorID column with all NA and another which did not have that monitorID column. I got this error:

Error in if (ncol(data) == 1) { : argument is of length zero

The current workaround is to monitor_subset(dropMonitors = TRUE) before joining. But monitor_join() should be able to handle this.

@jonathancallahan jonathancallahan added the bug Gotta squish it label Dec 21, 2019
@jonathancallahan jonathancallahan self-assigned this Dec 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Gotta squish it
Projects
None yet
Development

No branches or pull requests

1 participant