View source: R/extract_ggplot_theme.R
extract_ggplot_theme | R Documentation |
Extract the ggplot2 theme elements from a Figma file
extract_ggplot_theme(.data)
.data |
List. An object returned by |
A tibble with the ggplot2 theme elements extracted from the Figma file.
data(toy_raw_file_content) toy_raw_file_content %>% extract_ggplot_theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.