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())
Number of records to get. Use NULL (the default) to get all records.
API token. Not required for unauthenticated endpoints. Get manually via mermaid_auth
or automatically when running a function that requires a token.
if (FALSE) { # \dontrun{
mermaid_get_managements(limit = 10)
} # }