Learn R Programming

usefun (version 0.4.1)

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. Default value: TRUE.

See Also

cat