View source: R/mermaid_get_reference.R
mermaid_get_reference | R Documentation |
Find the names and information of the fish and benthic attributes you can choose in MERMAID.
mermaid_get_reference(
reference = c("fishfamilies", "fishgenera", "fishspecies", "benthicattributes"),
limit = NULL
)
reference |
MERMAID reference. One of "fishfamilies", "fishgenera", "fishspecies", "benthicattributes". |
limit |
Number of records to get. Use NULL (the default) to get all records. |
## Not run:
mermaid_get_reference("benthicattributes")
mermaid_get_reference(c("fishfamilies", "fishgenera"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.