Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReshape on multiple columns fails when args are passed as named lists #2949
Comments
|
Very strange. I figured it appears if |
|
Also acknowledge #1974 when done. |
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.