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
across() does not work for formula interface #525
Labels
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Somewhat more minimal reprex: library(dbplyr)
library(dplyr, warn.conflicts = FALSE)
db <- memdb_frame(x = 1:5, y = 1:5)
db %>% mutate(across(everything(), ~log(.x)))
#> Error: Unsupported `.fns` for dbplyr::across() Created on 2021-01-21 by the reprex package (v0.3.0.9001) |
I have the same issue with dbplyr:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Similar to #518, but specifically related to the formula interface. With the devel version of dbplyr and the CRAN version of dplyr.
Created on 2020-10-21 by the reprex package (v0.3.0)
Session info
The text was updated successfully, but these errors were encountered: