Description Usage Arguments Examples
View source: R/slackeonnier_setup.R
Setup your api token, incoming webhook, channels
1 2 3 | slackeonnier_setup(upload_api_token = "",
upload_image_channel = "#random", incoming_webhook_url = "",
sent_channel = "#general", username = "slackeonnier")
|
upload_api_token |
file:upload token |
upload_image_channel |
alternative channel for uploading plot, default #random |
incoming_webhook_url |
incoming webhook for posting notification |
sent_channel |
will post notification to this channel, default #general |
username |
name of slack App, default slackeonnier |
1 2 3 4 | ## Not run:
slackeonnier()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.