mermaid_get_endpoint: Get other MERMAID API endpoints

View source: R/mermaid_get_endpoint.R

mermaid_get_endpointR Documentation

Get other MERMAID API endpoints

Description

Get data from MERMAID API endpoints not covered by other mermaid_get_* functions.

Usage

mermaid_get_endpoint(
  endpoint = c("choices", "projecttags", "fishsizes"),
  limit = NULL
)

Arguments

endpoint

MERMAID API endpoint. One of "choices", "projecttags", "fishsizes".

limit

Number of records to get. Use NULL (the default) to get all records.

Examples

## Not run: 
mermaid_get_endpoint("choices")

## End(Not run)

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