knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(architekter)
raw_to_design_tibble()
This function is used to arrange the raw data (list) to a digest tibble. Only the information about main components is keept. Only the items corresponding to a design characteristic is kept (color, style, opacity, etc.).
raw_file_content <- get_figma_file_content(file_key = "wRqIvMmymzSPuj0sEhnORb", acess_token = Sys.getenv("FIGMA_TOKEN")) raw_file_content %>% raw_to_design_tibble()
data(toy_raw_file_content) toy_raw_file_content %>% raw_to_design_tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.