You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
jfree-man
changed the title
arguments to engine functions are silently ignored
argument names to engine functions are silently ignored
Apr 18, 2024
The text was updated successfully, but these errors were encountered: