PrintAlert {hivPlatform} | R Documentation |
PrintAlert
PrintAlert(..., collapse = " ", type = "info", .envir = parent.frame())
... |
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 |
PrintAlert('Test') PrintAlert('Test', type = 'success') PrintAlert('Test', type = 'danger') PrintAlert('Test', type = 'warning') PrintAlert('Test', type = 'info')