splitParagraph {humanReadable} |
R Documentation |
split a given text data into multiple lines
Description
Usage
splitParagraph(text,
len = 80,
delimiters = ";:,.-_&*!+'~ ",
floatChars = 6);
Arguments
text
[as string]
len
[as integer]
Details
Authors
SMRUCC genomics Institute
Value
this function returns data object of type string.
clr value class
Examples
[Package
humanReadable version 2.33.856.6961
Index]