if (FALSE) { # interactive()
# send a message to the default topic ('mytopic')
ntfy_send("test from R!")
# can use tags (emoji)
ntfy_send(message = "sending with tags!",
tags = c(tags$cat, tags$dog)
)
}
Run the code above in your browser using DataLab