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
I think this might the be the expected behavior. According to the docs for the names_sep argument, it is a "composed of the input column name followed by the separator followed by the new column name". So in this instance it is x (input column) + _ (separator) + x (new column name).
Hi ,this is my example, i think it may be wrong.
when i set
names_sep = "_"
andcols_remove = FALSE
,thex
column becomex_x
.A tibble: 3 × 4
x_year x_age x_state x_x
1 2022 15 TX 202215TX
2 2021 22 LA 202122LACC
3 2023 25 NA 202325
The text was updated successfully, but these errors were encountered: