mrkaye97 / slackr

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

delete_slackr() not working #90

Closed enricodata closed 3 years ago

enricodata commented 5 years ago

Hi,

I can correctly send messages to slack with the following: slackr("hello", channel="mychannel") but the delete_slackr function is not working.

I am using the slackr version 1.5 from github.

I tried with both the following and it does not work delete_slackr(count = 1, channel = '#mychannel') delete_slackr(count = 1, channel = 'mychannel')

Do you have any suggestions?

Also I would like to know how to delete messages that appear sent from slackr APP

yonicd commented 5 years ago

same issue as this https://github.com/hrbrmstr/slackr/issues/89#issuecomment-497796023