new_ggtibble: Create a new 'ggtibble' object

View source: R/ggtibble.R

new_ggtibbleR 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 = ""))

ggtibble documentation built on June 22, 2024, 10:55 a.m.