Trying to select a column of an object of class grouped_df by index gives \"Error: index out of bounds\". For example
grouped_df
x <- mtcars %>% grou
For group_by, function[ can not subset the column of the df except the grouped variables. See details on issuse,
group_by
[