Package: figma 0.2.0
figma: Web Client/Wrapper to the 'Figma API'
An easy-to-use web client/wrapper for the 'Figma API' <https://www.figma.com/developers/api>. It allows you to bring all data from a 'Figma' file to your 'R' session. This includes the data of all objects that you have drawn in this file, and their respective canvas/page metadata.
Authors:
figma_0.2.0.tar.gz
figma_0.2.0.zip(r-4.7)figma_0.2.0.zip(r-4.6)figma_0.2.0.zip(r-4.5)
figma_0.2.0.tgz(r-4.6-any)figma_0.2.0.tgz(r-4.5-any)
figma_0.2.0.tar.gz(r-4.7-any)figma_0.2.0.tar.gz(r-4.6-any)
figma_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
figma/json (API)
NEWS
| # Install 'figma' in R: |
| install.packages('figma', repos = c('https://pedropark99.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pedropark99/figma/issues
Pkgdown/docs site:https://pedropark99.github.io
- quarto_website - A representation of a Quarto Website home webpage
- untitled_file - An example of a simple Figma file
Last updated from:89b281e0ce. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 189 | ||
| linux-release-x86_64 | OK | 126 | ||
| macos-release-arm64 | OK | 151 | ||
| macos-oldrel-arm64 | OK | 132 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 83 | ||
| windows-oldrel | OK | 97 | ||
| wasm-release | OK | 123 |
Exports:as_figma_documentas_tibbledefault_attrsdocument_attrsget_document_infoget_endpoint_urlget_figma_fileget_figma_page
Dependencies:askpassclicpp11curldplyrgenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigpurrrR6rlangstringistringrsystibbletidyrtidyselectutf8vctrswithr
Building custom CSS from the Figma API
Rendered fromquarto-css.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2023-01-02
Started: 2022-12-10
Common HTTP errors in the Figma API
Rendered fromhttp-errors.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2022-11-02
Started: 2022-10-30
Get your Figma file into R
Rendered fromfigma.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2022-11-02
Started: 2022-10-29
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert a 'httr' response object to a Figma Document object | as_figma_document |
| Convert a 'httr' response object to a 'tibble' object | as_tibble |
| Build a query string from a set of named parameters | build_query_string |
| Build the request URL | build_request_url |
| Default attributes of every Figma node | default_attrs |
| Default document attributes of a Figma file | document_attrs |
| Get the document metadata of a Figma File from the API | get_document_info |
| Get the URL to a endpoint of Figma API | get_endpoint_url |
| Get data of a Figma File from the API | get_figma_file |
| Get data of a specific canvas/page in a Figma File from the API | get_figma_page |
| Parse the response data and fit it into a R object | parse_response_object |
| A representation of a Quarto Website home webpage | quarto_website |
| Select any of the elements in a object | select_any_of |
| An example of a simple Figma file | untitled_file |
