Description Usage Arguments Value Author(s)
Given a vector of one or more channel names, it will retrieve list of
active channels and try to replace channels that begin with "#
" or "@
"
with the channel ID for that channel. Also incorporates groups.
1 2 3 4 5 | slackr_chtrans(channels, api_token = Sys.getenv("SLACK_API_TOKEN"))
slackrChtrans(channels, api_token = Sys.getenv("SLACK_API_TOKEN"))
slackrChTrans(channels, api_token = Sys.getenv("SLACK_API_TOKEN"))
|
channels |
vector of channel names to parse |
api_token |
the slack.com full API token (chr) |
character vector - original channel list with #
or
@
channels replaced with ID's.
Quinn Weber [ctb], Bob Rudis [aut]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.