prep_realize_ggplot: Materialize a lazy 'ggplot'

View source: R/util_lazy_ggplot.R

prep_realize_ggplotR Documentation

Materialize a lazy ggplot

Description

Evaluate the stored expression in its lean environment and cache the resulting ggplot object in the current R session, if enabled using the option dataquieR.lazy_plots_cache.

Usage

prep_realize_ggplot(x)

Arguments

x

a dq_lazy_ggplot object.

Value

A ggplot object.


dataquieR documentation built on Jan. 8, 2026, 5:08 p.m.