alert | R Documentation |
Alert messages
alert(x)
alertDanger(x)
alertInfo(x)
alertSuccess(x)
alertWarning(x)
x |
|
Console output, with invisible return of x
input.
Updated 2021-08-18.
cli::cli_alert()
.
cli::cli_alert_info()
.
cli::cli_alert_success()
.
cli::cli_alert_warning()
.
x <- "hello world"
alert(x)
alertDanger(x)
alertInfo(x)
alertSuccess(x)
alertWarning(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.