Checks authentication & identity against the Slack API.
Usage
auth_test(token = Sys.getenv("SLACK_TOKEN"))
Examples
if (Sys.getenv("SLACK_TOKEN") != "") {
auth_test()
}
Checks authentication & identity against the Slack API.
auth_test(token = Sys.getenv("SLACK_TOKEN"))
if (Sys.getenv("SLACK_TOKEN") != "") {
auth_test()
}