View source: R/mermaid_get_endpoint.R
mermaid_get_endpoint | R Documentation |
Get data from MERMAID API endpoints not covered by other mermaid_get_*
functions.
mermaid_get_endpoint(
endpoint = c("choices", "projecttags", "fishsizes"),
limit = NULL
)
endpoint |
MERMAID API endpoint. One of "choices", "projecttags", "fishsizes". |
limit |
Number of records to get. Use NULL (the default) to get all records. |
## Not run:
mermaid_get_endpoint("choices")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.