nest_paragraphs: converts paragraph tokens into line tokens
Description
extents the str_wrap() function from the stringr package to work with longer
strings.
Usage
nest_paragraphs(data, input, ...)
Arguments
data
data.frame. With one paragraph per row.
input
column that gets split as string or symbol.
...
Extra arguments passed to str_wrap.