text_wrap: wraping text to specified width

Description Usage Arguments See Also

View source: R/text_wrap.R

Description

wraping text to specified width

text_wrap default

Usage

1
2
3
4
text_wrap(string, ...)

## Default S3 method:
text_wrap(string, ...)

Arguments

string

text to be wrapped

...

further arguments passed through to strwrap

See Also

strwrap


stringb documentation built on Jan. 26, 2021, 1:07 a.m.

Related to text_wrap in stringb...