pretty_print_bold_string | R Documentation |
Prints a bold string only when html.output
is enabled. Otherwise, it prints
a normal string. The the ">" sign can be appended if nice output in an R
notebook is desired.
pretty_print_bold_string(string, with.gt = TRUE, html.output = TRUE)
string |
a string |
with.gt |
logical. Determines if the ">" sign will be appended for nice printing in an R notebook. (use with the chuck option results = 'asis'). Default value: TRUE. |
html.output |
logical. If TRUE, it encapsulates the string with the bold tags for an HTML document. Default value: TRUE. |
pretty_print_string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.