pretty_print_string: Pretty print a string
Description
Nice printing of a string in an R notebook (default behaviour). Otherwise,
it prints the string to the standard R output.
Usage
pretty_print_string(string, with.gt = TRUE)
Arguments
- 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.