get_shinyslack_team_id | R Documentation |
The team_id
is set when an app is launched. In almost all cases, that value
is the one you will want for any instances of team_id
.
get_shinyslack_team_id()
set_shinyslack_team_id(team_id)
team_id |
The Slack team ID through which the user is being authenticated. |
A string representing the team_id.
# If no app is active, the team_id will be a zero-length character vector.
get_shinyslack_team_id()
set_shinyslack_team_id("T123456")
get_shinyslack_team_id()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.