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
Arguments
- .x
a ggdiagram object
- .f
a function that returns a ggdiagram object
- ...
<
dynamic-dots
> arguments passed to .f- .progress
display progress if TRUE