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
Is it possible to reshape on multiple columns by passing a list of column names (value.var) along with a list of aggregation functions (fun.aggregate). This works well when those lists are explicitly passed to the function arguments. It appears to result in an error condition if the lists are passed as variables.
R version 3.5.0 (2018-04-23)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
Very strange. I figured it appears if fun is a predefined list, not so much on value.var.
Unfortunately rather low priority at the moment since there are bigger issues.
Is it possible to reshape on multiple columns by passing a list of column names (
value.var
) along with a list of aggregation functions (fun.aggregate
). This works well when those lists are explicitly passed to the function arguments. It appears to result in an error condition if the lists are passed as variables.The text was updated successfully, but these errors were encountered: