Closed as not planned
Description
tidylog
has been hugely helpful for me in my data analysis workflows (thank you!). However, its masking of tidyr
and dplyr
functions using ...
notation means that I can no longer use RStudio auto-complete for function arguments, or hover over the function name to see the arguments.
I used to use this all the time with pivot_wider
and pivot_longer
where I always forget names_to
vs names_from
, for example. Now in order to do this I have to explicitly type tidyr::pivot_wider(
to start the autocomplete or search for the help.
Is there a way to perform the masking without replacing the help functionality?
Metadata
Metadata
Assignees
Labels
No labels