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

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

if (FALSE) {
mermaid_get_endpoint("choices")
}