View source: R/get_project_files.R
get_project_files | R Documentation |
List the files in a given project.
get_project_files(project_id, branch_data = "false")
project_id |
string. Id of the project to list files from. |
branch_data |
string. Returns branch metadata in the response for each main file with a branch inside the project. Default: "false" |
S3 object of class 'rigma_get_project_files'. Contains the parsed JSON response with fields 'name', and 'files'.
## Not run: #navigate to file and get key from url project_id <- "71686204" get_project_files(project_id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.