powered by
Transforms data returned from a Figma API request to tabular format.
as_design_tibble(rigma_resp, message = TRUE)
tibble data extracted from Figma response objects. Subclasses of type design_tibble are added to the resulting tibbles.
design_tibble
A response object from Figma API.
logical. Control printing of messages.
if (FALSE) { file_key <- "sFHgQh9dL6369o5wrZHmdR" resp <- get_file_styles(file_key = file_key) as_design_tibble(resp) }
Run the code above in your browser using DataLab