tidyverse / design

Tidyverse design principles
https://design.tidyverse.org
Other
218 stars 51 forks source link

Correct function name from `my_fun_opts()` to `my_fun()` #185

Open MikeJohnPage opened 7 months ago

MikeJohnPage commented 7 months ago

If I have not misunderstood, the overwriting of my_fun_opts() with a function of the same name is a mistake. I believe the code is meant to imply that if you have a function called my_opts(), you could call opts = my_fun_opts().