Description Usage Arguments Examples
View source: R/print_message.R
Print pretty messages to standard out to update the user.
1 2 3 4 5 6 7 | print_message(
message,
print_title = TRUE,
mask_character = " ",
section = "CTutils",
level = 0
)
|
message |
The message that is to be printed. |
print_title |
Print a title to the message (defined in section) |
mask_character |
Use this character in place of the title (if print_title is FALSE). Default is a space. |
section |
The section name to be printed in message preamble. |
level |
The level of indentation required for this message. |
1 | print_message( "example" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.