In the deprecated tidy_names() and set_tidy_names() functions there was a quiet parameter for suppressing messages about name repair. Why was this parameter removed from the tibble() and as_tibble() functions? It is quite useful in my opinion.
tidy_names()
set_tidy_names()
quiet
tibble()
as_tibble()
Hi @samuel,
The maintainers discuss this choice in this issue in the tibble repo:
Related discussion in the issue in tidyverse principles repo, below:
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.