Skip to content
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

argument names to engine functions are silently ignored #198

Open
jfree-man opened this issue Apr 18, 2024 · 0 comments
Open

argument names to engine functions are silently ignored #198

jfree-man opened this issue Apr 18, 2024 · 0 comments

Comments

@jfree-man
Copy link
Collaborator

library(macpan2)
A = matrix(1:12, 4, 3)
# get the same results, even though `y` is not a named argument for col_sums
engine_eval(~ col_sums(A), A = A)
engine_eval(~ col_sums(y = A), A = A)
@jfree-man jfree-man changed the title arguments to engine functions are silently ignored argument names to engine functions are silently ignored Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant