R/mermaid_get_endpoint.R
mermaid_get_endpoint.Rd
Get data from MERMAID API endpoints not covered by other mermaid_get_* functions.
mermaid_get_*
mermaid_get_endpoint( endpoint = c("choices", "projecttags", "fishsizes"), limit = NULL )
MERMAID API endpoint. One of "choices", "projecttags", "fishsizes".
Number of records to get. Use NULL (the default) to get all records.
if (FALSE) { # \dontrun{ mermaid_get_endpoint("choices") } # }