powered by
List the files in a given project.
get_project_files(project_id, branch_data = FALSE)
S3 object of class rigma_get_project_files. Contains the parsed JSON response with fields name, and files.
rigma_get_project_files
name
files
string. Id of the project to list files from.
string. Returns branch metadata in the response for each main file with a branch inside the project. Default: "false"
if (FALSE) { # Sys.getenv("FIGMA_ACCESS_TOKEN") != "" if (FALSE) { #navigate to file and get key from url project_id <- "71686204" get_project_files(project_id) } }
Run the code above in your browser using DataLab