new_ggtibble {ggtibble} | R Documentation |
Create a new ggtibble
object
Description
Create a new ggtibble
object
Usage
new_ggtibble(x)
Arguments
x |
A data.frame with a column named "figure" and "caption", and where the "figure" column is a ggtibble. |
Value
The object with a ggtibble class
See Also
Other New ggtibble objects:
new_gglist()
Examples
new_ggtibble(tibble::tibble(figure = list(ggplot2::ggplot()), caption = ""))
[Package ggtibble version 1.0.1 Index]