split_line_breaks: Split a character vector by line breaks
Description
Split a character vector by line breaks
Usage
split_line_breaks(string)
Value
All elements of the character vector are split by `\n` into new elements.
Arguments
- string
[chr] A character vector.