pretty_print_string | R Documentation |
Nice printing of a string in an R notebook (default behaviour). Otherwise, it prints the string to the standard R output.
pretty_print_string(string, with.gt = 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. |
cat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.