Get text data from styles
Details
Given a design_tibble with exported styles this function retrieves all TEXT style type metadata. It uses the GET file nodes API endpoint and collects all style data.
Examples
if (FALSE) { # \dontrun{
file_key <- "sFHgQh9dL6369o5wrZHmdR"
file_key %>%
get_file_styles() %>%
as_design_tibble() %>%
text_data_from_styles()
} # }