Rdocumentation
powered by
Learn R Programming
RGraphics (version 2.0-7)
splitString: Split text into multiple lines
Description
Splits a single string into multiple lines (by inserting line breaks) so that the output will fit within the current viewport.
Usage
splitString(text)
Arguments
text
The string to split.