nest_paragraphs {ggpage}R Documentation

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.

Value

data.frame.


[Package ggpage version 0.2.3 Index]