-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling tibble::rowid_to_column before dplyr::rename will cause " internal error: can't find agr
columns"
#2211
Comments
Yes, read_sf(system.file("shape/nc.shp", package = "sf")) |>
tibble::rowid_to_column(var = "object_id") |>
st_set_agr(NA_character_) |>
dplyr::rename(a_r_e_a = AREA) |
Thanks! |
No. |
Have reported it on the tibble repo just now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
tibble::rowid_to_column
on a table will cause subsequent call todplyr::rename
to fail. Possibly related to #1891 & #1509?Created on 2023-08-08 with reprex v2.0.2
Session info
The text was updated successfully, but these errors were encountered: