as_design_tibble: Transform data to tabular format

View source: R/as_design_tibble.R

as_design_tibbleR Documentation

Transform data to tabular format

Description

Transforms data returned from a Figma API request to tabular format.

Usage

as_design_tibble(rigma_resp, message = TRUE)

Arguments

rigma_resp

A response object from Figma API.

message

logical. Control printing of messages.

Value

tibble data extracted from Figma response objects. Subclasses of type 'design_tibble' are added to the resulting tibbles.

Examples

## Not run: 
file_key <- "sFHgQh9dL6369o5wrZHmdR"
resp <- get_file_styles(file_key = file_key)
as_design_tibble(resp)

## End(Not run)


Rigma documentation built on Nov. 28, 2022, 1:09 a.m.