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
mtcars2<-dplyr::as_tibble(mtcars)
mtcars2|>dplyr::as_tibble() |>dplyr::select(mtcars2)
# currentlyErrorin`select()`:!Can't select columns with `mtcars2`.<error/vctrs_error_subscript_type>✖ `mtcars2` must be numeric or character, not a <tbl_df/tbl/data.frame> object.# desired✖ `mtcars` must be numeric or character, not a tibble.
This reprex may seem silly, but I sometimes have object names that have similar names as variable names, and autocomplete may confuse me. So a shorter error message would be useful!
The text was updated successfully, but these errors were encountered:
So that the error from
So that changes in r-lib/rlang#1622 are reflected.
This reprex may seem silly, but I sometimes have object names that have similar names as variable names, and autocomplete may confuse me. So a shorter error message would be useful!
The text was updated successfully, but these errors were encountered: