View source: R/mermaid_get_managements.R
mermaid_get_managements | R Documentation |
Get all MERMAID managements (not project specific). Returns metadata on managements, including ID and name, secondary name, rules, notes, year established, and when the management was created and last updated.
mermaid_get_managements(limit = NULL, token = mermaid_token())
limit |
Number of records to get. Use NULL (the default) to get all records. |
token |
API token. Not required for unauthenticated endpoints. Get manually via |
## Not run:
mermaid_get_managements(limit = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.