Learn R Programming

stringb (version 0.1.17)

text_wrap: wraping text to specified width

Description

wraping text to specified width

text_wrap default

Usage

text_wrap(string, ...)

# S3 method for default text_wrap(string, ...)

Arguments

string

text to be wrapped

...

further arguments passed through to strwrap

See Also

strwrap