🌐
-
Karlsruhe Institute of Technology
- Germany
-
20:51
(UTC +01:00) - @jonathanvoelkle
- @[email protected]
Highlights
- Pro
Pinned Loading
-
Send a notification to slack from R
Send a notification to slack from R 1send_notification <- function() {
2library(httr)
3# webhook url
4slack_url <- "https://hooks.slack.com/services/..."
5r <- POST(slack_url, body = list(text = "R has finished"), encode = "json")
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.