raw_to_design_tibble: Transform a raw Figma content to a tibble with only the...

View source: R/raw_to_design_tibble.R

raw_to_design_tibbleR Documentation

Transform a raw Figma content to a tibble with only the design description of the main components.

Description

Transform a raw Figma content to a tibble with only the design description of the main components.

Usage

raw_to_design_tibble(.data)

Arguments

.data

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

Value

A tibble. Design description of the main components.

Examples

data(toy_raw_file_content)
toy_raw_file_content %>% raw_to_design_tibble()

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