map_ob: map_ob

View source: R/a_early.R

map_obR Documentation

map_ob

Description

A wrapper for purrr::map. It takes a ggdiagram object with multiple elements, applies a function to each element within the object, and returns a ggdiagram object

Usage

map_ob(.x, .f, ..., .progress = FALSE)

Arguments

.x

a ggdiagram object

.f

a function that returns a ggdiagram object

...

<dynamic-dots> arguments passed to .f

.progress

display progress if TRUE

Value

a ggdiagram object


ggdiagram documentation built on Sept. 15, 2025, 1:07 a.m.