This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Incompatability of "bomrang_tbl" class with dplyr functions #105
Labels
Comments
Interesting... thanks for the report. I'll have a look into what's going on. |
The The |
Hello,
|
I updated my version of R and now it is working |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, your vignette states that the bomrang_tbl class is designed to be compatible with dplyr functions but I have found that it causes many issues. I have included several examples below:
dplyr::group_by()
does not preform as expected, subsequent functions such asdplyr::summarise()
ordplyr::filter()
return results the same as if data was not groupeddplyr::bind_rows()
even simple functions such ashead
cause errors (although data can still be accessed)Created on 2019-11-13 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: