-
Notifications
You must be signed in to change notification settings - Fork 2.1k
dplyr::tally does not work for data.frame with no columns #3071
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
Labels
bug
an unexpected problem or unintended behavior
Comments
Thanks, confirmed. Same behavior with |
krlmlr
added a commit
to krlmlr/dplyr
that referenced
this issue
Dec 31, 2017
…arize-zero-columns', 'b-tidyverse#3266-join-clash' and 'b-tidyverse#3258-named' into r-0.7.5
krlmlr
added a commit
to krlmlr/dplyr
that referenced
this issue
Jan 6, 2018
krlmlr
added a commit
to krlmlr/dplyr
that referenced
this issue
Mar 13, 2018
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
In attempting to find a good work-around for
dplyr
issue 3069 I ran into this. If we form adata.frame
that happens to have no columns (by dropping a column), thendplyr::tally
does not return a count.The text was updated successfully, but these errors were encountered: