| highlight | R Documentation |
A fmt() convenience wrapper for highlighting text.
highlight(x, pad = 0L, output_type = c("ansi", "html", "plain"))
x |
Character: Text to highlight. |
pad |
Integer: Number of spaces to pad before text. |
output_type |
Character: Output type ("ansi", "html", "plain"). |
Character: Formatted text with highlight.
EDG
message(highlight("This is highlighted!"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.