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
When passing a named vector in dplyr::select(dplyr::all_of(...)), the names of the table fields to select are replaced by the names of the vector elements containing the name of the fields. Is this a bug?
When passing a named vector in
dplyr::select(dplyr::all_of(...))
, the names of the table fields to select are replaced by the names of the vector elements containing the name of the fields. Is this a bug?I'm using
dbplyr 2.4.0
The text was updated successfully, but these errors were encountered: