Closed
Description
When set_tidy_names()
reports names affected by repair, they should be quoted in the message.
tibble::tidy_names(c("a", "", "b", "a"))
#> New names:
#> a -> a..1
#> -> ..2
#> a -> a..4
#> [1] "a..1" "..2" "b" "a..4"
Created on 2018-05-02 by the reprex package (v0.2.0).
Written quickly as an aside during a meeting with @hadley, now fleshed out a bit. Let me know if I/we should expand.
Metadata
Metadata
Assignees
Labels
No labels