mermaid_get_sites: Get MERMAID sites

View source: R/mermaid_get_sites.R

mermaid_get_sitesR Documentation

Get MERMAID sites

Description

Get all MERMAID sites (not project specific). Returns metadata on sites, including site ID and name, notes, project, latitude and longitude, country, reef type and zone, exposure, and when the site was created and last updated.

Usage

mermaid_get_sites(limit = NULL, token = mermaid_token())

Arguments

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.

Examples

## Not run: 
mermaid_get_sites(limit = 10)

## End(Not run)

data-mermaid/mermaidr documentation built on Jan. 26, 2025, 12:29 p.m.