-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Warnings in data_summary()
with by
?
#583
Comments
Looks like it's confused by the |
I don't think there's a good solution for this. The problem comes from those lines: Lines 341 to 363 in 3f23020
In this example, a <- "2 * Sepal.Width"
data_modify(iris, double_SepWidth = a) we try to evaluate With your example, as @mattansb pointed out, evaluating |
Yes, agree. Not sure if it works when we check if the symbol is a function? Or do we accept functions in other contexts? |
We should be able to pass the data frame to |
Yes we could, I'm preparing a patch for this but I'd like to explore more the side effects before merging it. |
Not sure if grouping is the problem here, but there shouldn't be warnings.
Created on 2025-01-12 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: