map_ob | R Documentation |
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
map_ob(.x, .f, ..., .progress = FALSE)
.x |
a ggdiagram object |
.f |
a function that returns a ggdiagram object |
... |
< |
.progress |
display progress if TRUE |
a ggdiagram object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.