auth_test {slackr} | R Documentation |
Checks authentication & identity against the Slack API.
auth_test(token = Sys.getenv("SLACK_TOKEN"))
token |
Authentication token bearing required scopes. |
https://api.slack.com/methods/auth.test
if (Sys.getenv("SLACK_TOKEN") != "") {
auth_test()
}