powered by
Checks authentication & identity against the Slack API.
auth_test(token = Sys.getenv("SLACK_TOKEN"))
Authentication token bearing required scopes.
https://api.slack.com/methods/auth.test
if (Sys.getenv("SLACK_TOKEN") != "") { auth_test() }
Run the code above in your browser using DataLab