mrkaye97 / slackr

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

Better default arguments and documentation #187

Closed mrkaye97 closed 1 year ago

mrkaye97 commented 1 year ago

slackr should have default arguments that match the Slack API's defaults. For instance:

  1. If the API doesn't require a parameter, we shouldn't require it either.
  2. If the API has a default of 0 for a param, we should also default to 0.
  3. If the API uses limit as a param name, we should also use limit as the param name