mrkaye97 / slackr

An R package for sending messages from R to Slack
https://matthewrkaye.com/slackr/
Other
307 stars 83 forks source link

Make better use of dots (`...`) #188

Closed mrkaye97 closed 1 year ago

mrkaye97 commented 1 year ago

In some functions (e.g. ggslackr), we could dramatically reduce the complexity of the function by passing dots to ggsave instead of forcing the user to specify a bunch of ggsave params / falling back on defaults