pretty_print_string: Pretty print a string

View source: R/print.R

pretty_print_stringR Documentation

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.

See Also

cat


usefun documentation built on Sept. 17, 2023, 9:06 a.m.