View source: R/get_file_versions.R
get_file_versions | R Documentation |
A list of the versions of a file.
get_file_versions(file_key)
file_key |
string. The key that a Figma file is referred by. |
S3 object of class 'rigma_get_file_versions'. Contains the parsed JSON response with fields 'versions', and 'pagination'.
## Not run: #navigate to file and get key from url file_key <- "sFHgQh9dL6369o5wrZHmdR" get_file_versions(file_key) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.