View source: R/send_error_toast.R
send_error_toast | R Documentation |
Send error toast.
send_error_toast(text = "This is a toast with error:", title = "Alert!")
text |
Text of the toast. Default: This is a toast |
title |
Title of the toast. Default: Alert! |
## Not run: send_error_toast("Something went wrong") stop("Error") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.