R/get_component.R
get_component.Rd
Get metadata on a component by key. To publish components join a Figma team and subscribe for professional account.
get_component(key)
string. The unique identifier of the component.
S3 object of class rigma_get_component.
rigma_get_component
if (FALSE) { # \dontrun{ component_key <- "my_key" get_component(component_key) } # }