as.character.bullet {unitizer} | R Documentation |
Produce Character Vector Representation of Bullet Lists
Description
Produce Character Vector Representation of Bullet Lists
Usage
## S3 method for class 'bullet'
as.character(x, width = 0L, ...)
Arguments
x |
object to render |
width |
how many characters to wrap at |
... |
dots, other arguments to pass to |
Value
character vector containing rendered object, where each element corresponds to a line
[Package unitizer version 1.4.22 Index]