View source: R/mermaid_get_project_managements.R
mermaid_get_project_managements | R Documentation |
Get managements for specified MERMAID project(s). Returns metadata on project managements, including ID and name, secondary name, rules, notes, year established, and when the management was created and last updated. Requires authorization.
mermaid_get_project_managements(
project = mermaid_get_default_project(),
limit = 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 |
limit |
Number of records to get. Use NULL (the default) to get all records. |
token |
API token. Authenticate manually via |
## Not run:
projects <- mermaid_get_my_projects(include_test_projects = TRUE)
projects %>%
mermaid_get_project_managements()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.