Learn R Programming

ggtibble (version 1.0.2)

new_ggtibble: Create a new ggtibble object

Description

Create a new ggtibble object

Usage

new_ggtibble(x)

Value

The object with a ggtibble class

Arguments

x

A data.frame with a column named "figure" and "caption", and where the "figure" column is a ggtibble.

See Also

Other New ggtibble objects: new_gglist()

Examples

Run this code
new_ggtibble(tibble::tibble(figure = list(ggplot2::ggplot()), caption = ""))

Run the code above in your browser using DataLab