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
Currently select() uses the unexported sel_vars() to create variables passed to tidyselect. These variables contain the metadata necessary for group_cols() to figure out the grouping variables.
While this works for select(), group_cols() can't be used in other selecting functions like tidyr::gather(). Support for grouped tibbles in tbl_vars() would solve this.