View source: R/mermaid_get_gfcr_report.R
mermaid_get_gfcr_report | R Documentation |
Get GFCR report for project(s)
mermaid_get_gfcr_report(project, save = NULL, token = mermaid_token())
project |
A way to identify the project(s). Can be project IDs (passed as a character vector directly) or projects resulting from |
save |
Excel file to save GFCR report to - .xlsx or xls file. Optional. |
token |
API token. Authenticate manually via |
## Not run:
projects <- mermaid_get_my_projects()
projects %>%
head(1) %>%
mermaid_get_gfcr_report()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.