Get MERMAID projects you have access to. Returns metadata on projects, including ID, name, countries, number of sites, tags, notes, status, data sharing policies, and when the project was created and last updated. Requires authorization.

mermaid_get_my_projects(
  include_test_projects = FALSE,
  limit = NULL,
  token = mermaid_token()
)

Arguments

include_test_projects

Whether to include test projects. Defaults to FALSE.

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 mermaid_auth or automatically when running a function that requires a token.

Value

A tibble of MERMAID projects that you have access to, including project name, countries, number of sites, tags, notes, and data policies.

Examples

if (FALSE) {
mermaid_get_my_projects()
}