mrkaye97 / slackr

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

duplicated functionality for slack_history #64

Closed yonicd closed 6 years ago

yonicd commented 6 years ago

there was already a function for this in the package.

https://github.com/hrbrmstr/slackr/blob/master/R/history_slackr.R

most of the piping for other functions is already builtin for the one i added

raybuhr commented 6 years ago

I'm willing to retract/deprecate the history function I submitted and forward any calls to it to your new version. I would like to add the search by date range feature my history function adds, if that's cool with you, though.

yonicd commented 6 years ago

that's fine. thanks

yonicd commented 6 years ago

btw that option is there already

raybuhr commented 6 years ago

PR #65 deprecates the slackr_channel_history function in favor of history_slackr

yonicd commented 6 years ago

merged https://github.com/hrbrmstr/slackr/pull/65