Description Usage Arguments Value
View source: R/multintersect.R
breaks a string of words (or vector thereof) into two lines
1 | breakStrings(x, minSizeForBreak = 20, lb = "\n")
|
x |
a character vector |
minSizeForBreak |
the minimum number of characters to break on two lines (default 20) |
lb |
the line break character (default line break) |
a character vector of length=length(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.