str_wrap {yulab.utils}R Documentation

str_wrap

Description

wraping long string to multiple lines

Usage

str_wrap(string, width = getOption("width"))

Arguments

string

input string

width

the maximum number of characters before wrapping to a new line

Value

update strings with new line character inserted

Author(s)

Guangchuang Yu and Erqiang Hu


[Package yulab.utils version 0.1.4 Index]