Skip to content
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

duplicated field names get odd new names #35

Closed
rjake opened this issue Nov 22, 2020 · 1 comment · Fixed by #37
Closed

duplicated field names get odd new names #35

rjake opened this issue Nov 22, 2020 · 1 comment · Fixed by #37
Assignees
Labels
bug Something isn't working

Comments

@rjake
Copy link
Owner

rjake commented Nov 22, 2020

df <-
    demo_data() %>% 
    dplyr::mutate(day = weekdays(date))

add_date_columns(df, date)

image

@rjake rjake self-assigned this Nov 22, 2020
@rjake rjake added the bug Something isn't working label Nov 22, 2020
@rjake
Copy link
Owner Author

rjake commented Nov 22, 2020

Per the documentation of bind_cols() is expected, more can be seen here:
https://vctrs.r-lib.org/reference/vec_as_names.html#unique-names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant