mrkaye97 / slackr

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

Revert to some of the old logic to post strings unmodified #160

Closed mrkaye97 closed 3 years ago

mrkaye97 commented 3 years ago

Right now, slackr("Testing") posts:

> "Testing"
#> [1] "Testing"

This can be avoided if we just check if the thing to post is a string, and if it is then just leave it as-is.