PrintAlert {hivPlatform}R Documentation

PrintAlert

Description

PrintAlert

Usage

PrintAlert(..., collapse = " ", type = "info", .envir = parent.frame())

Arguments

...

Text to be printed

collapse

String to be used for concatenating texts

type

Type of alert

.envir

Environment for lookup of variables referenced in the text

Examples

PrintAlert('Test')
PrintAlert('Test', type = 'success')
PrintAlert('Test', type = 'danger')
PrintAlert('Test', type = 'warning')
PrintAlert('Test', type = 'info')


[Package hivPlatform version 2.0.5 Index]