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


bblodfon/usefun documentation built on April 29, 2024, 12:36 p.m.