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
Would you consider changing the error message to recommend using the .name_repair argument of as_tibble() instead of names(dimnames(x)) <- ...? It's easier to implement in a pipe and names could be set afterward with set_names().
The text was updated successfully, but these errors were encountered:
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
This is a follow-up to issue #712.
Would you consider changing the error message to recommend using the .
name_repair
argument ofas_tibble()
instead ofnames(dimnames(x)) <- ...
? It's easier to implement in a pipe and names could be set afterward withset_names()
.The text was updated successfully, but these errors were encountered: