Learn R Programming

Rigma (version 0.3.0)

get_component: GET component

Description

Get metadata on a component by key. To publish components join a Figma team and subscribe for professional account.

Usage

get_component(key)

Value

S3 object of class rigma_get_component.

Arguments

key

string. The unique identifier of the component.

Examples

Run this code
if (FALSE) {
component_key <- "my_key"
get_component(component_key)
}

Run the code above in your browser using DataLab