Closed nathaneastwood closed 3 years ago
For example
mtcars %>% group_by(new_col = am * vs)
Should create a new column, new_col, the result of which the data should be grouped by.
new_col
For example
Should create a new column,
new_col
, the result of which the data should be grouped by.