determine_ggplot_theme_elements: Determine the ggplot2 theme elements.

View source: R/determine_ggplot_theme_elements.R

determine_ggplot_theme_elementsR Documentation

Determine the ggplot2 theme elements.

Description

Determine the ggplot2 theme elements.

Usage

determine_ggplot_theme_elements(.data)

Arguments

.data

Tibble. An object returned by architekter::add_ggplot_theme_type()

Value

A tibble with the values of the ggplot2 theme elements.

Examples

data(toy_raw_file_content)

toy_raw_file_content %>% 
  raw_to_design_tibble() %>% 
  add_ggplot_theme_type() %>% 
  determine_ggplot_theme_elements()

ThinkR-open/swatch documentation built on April 7, 2022, 6:08 p.m.