View source: R/send_error_sms.R
| send_error_sms | R Documentation |
Send SMS on error.
send_error_sms(to, twilio_phone)
to |
phone number or a vector of phone numbers to send the error message. |
twilio_phone |
Twilio phone number from your twilio account. |
## Not run:
to <- "0401112222"
twilio_phone <- "04011113333"
send_error_sms(to, twilio_phone)
stop("Error")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.