Description Usage Arguments Examples
Control the position and information should be printed
1 | cli_control(pos = "info", text, col_status = NULL)
|
pos |
The position of cli function should be |
text |
The character to print |
col_status |
The status color for pos = end |
1 2 3 4 5 6 | cli_control("head", "Message 1")
cli_control("okay", "Okay message")
cli_control("warning", "Warning message")
cli_control("error", "Error message")
cli_control("info", "Plain information")
cli_control("end", "End of message")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.