View source: R/get_file_components.R
get_file_components | R Documentation |
Get a list of published components within a file library. Note that published components are only available via the professional plan.
get_file_components(file_key)
file_key |
string. The key that a Figma file is referred by. |
S3 object of class 'rigma_get_file_components'. Components are stored in the 'meta' field.
## Not run: #navigate to team page and get id from url file_key <- "gYRjH0y8ZM0VtEfO8kf6ch" get_file_components(file_key) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.