alert: Alert messages

View source: R/alert.R

alertR Documentation

Alert messages

Description

Alert messages

Usage

alert(x)

alertDanger(x)

alertInfo(x)

alertSuccess(x)

alertWarning(x)

Arguments

x

character.

Value

Console output, with invisible return of x input.

Note

Updated 2021-08-18.

See Also

  • cli::cli_alert().

  • cli::cli_alert_info().

  • cli::cli_alert_success().

  • cli::cli_alert_warning().

Examples

x <- "hello world"
alert(x)
alertDanger(x)
alertInfo(x)
alertSuccess(x)
alertWarning(x)

acidgenomics/r-acidcli documentation built on Oct. 15, 2023, 6:57 p.m.