(integer(1) | logical(1))
If set to a positive integer, base::strwrap() is used to wrap the string to the provided width.
If set to TRUE, the width defaults to 0.9 * getOption("width").
If set to FALSE, wrapping is disabled (default).
If wrapping is enabled, all whitespace characters ([[:space:]]) are converted to spaces,
and consecutive spaces are converted to a single space.