View source: R/utility_functions.R
printMessage | R Documentation |
This function is designed to make printing flagposts and status messages easier to see against many output messages.
printMessage(message = "", width = 80, fillChar = "#", justify = "m", ...)
message |
The message to print. Passed directly to |
width |
The number of characters in width for the final message. Defaults to 80. |
fillChar |
Character used for padding message to fill the width required. Defaults to |
justify |
One of "l", "m", or "r" to justify the message on the left, middle, or right side of the output line. Defaults to "l". |
printMessage("hi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.