tidyverse / modelr

Helper functions for modelling
https://modelr.tidyverse.org
GNU General Public License v3.0
401 stars 65 forks source link

Add dots argument to the typical generic function signature #42

Closed jrnold closed 6 years ago

jrnold commented 7 years ago

Add dots to the typical generic function. There's no reason for it at the moment, but it allows for flexibility in user-defined functions.

hadley commented 6 years ago

Can you please add a bullet to NEWS? It should briefly describe the change (starting with name of the function), and crediting yourself with (@yourname, #issuenumber).

hadley commented 6 years ago

Thanks!