View source: R/determine_ggplot_theme_elements.R
determine_ggplot_theme_elements | R Documentation |
Determine the ggplot2 theme elements.
determine_ggplot_theme_elements(.data)
.data |
Tibble. An object returned by |
A tibble with the values of the ggplot2 theme elements.
data(toy_raw_file_content) toy_raw_file_content %>% raw_to_design_tibble() %>% add_ggplot_theme_type() %>% determine_ggplot_theme_elements()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.