Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIncompatability of "bomrang_tbl" class with dplyr functions #105
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 |
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 asheadcause errors (although data can still be accessed)Created on 2019-11-13 by the reprex package (v0.3.0)