extract_ggplot_theme: Extract the ggplot2 theme elements from a Figma file

View source: R/extract_ggplot_theme.R

extract_ggplot_themeR Documentation

Extract the ggplot2 theme elements from a Figma file

Description

Extract the ggplot2 theme elements from a Figma file

Usage

extract_ggplot_theme(.data)

Arguments

.data

List. An object returned by architekter::get_figma_file_content()

Value

A tibble with the ggplot2 theme elements extracted from the Figma file.

Examples

data(toy_raw_file_content)

toy_raw_file_content %>% 
  extract_ggplot_theme()

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