View source: R/splitIntoLines.R
splitIntoLines | R Documentation |
Split Text at End of Line Characters Into Lines
splitIntoLines(x)
x |
vector of character of length 1. |
vector of character as long as there are lines in x
splitIntoLines("a\nb\nc")
splitIntoLines("a\r\nb\r\nc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.