send_error_toast: send_error_toast

View source: R/send_error_toast.R

send_error_toastR Documentation

send_error_toast

Description

Send error toast.

Usage

send_error_toast(text = "This is a toast with error:", title = "Alert!")

Arguments

text

Text of the toast. Default: This is a toast

title

Title of the toast. Default: Alert!

Examples

## Not run: 
send_error_toast("Something went wrong")
stop("Error")

## End(Not run)

JouniVatanen/jmisc documentation built on Jan. 25, 2023, 8:41 p.m.