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
)

Arguments

reference

MERMAID reference. One of "fishfamilies", "fishgenera", "fishspecies", "benthicattributes".

limit

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

Examples

if (FALSE) {
mermaid_get_reference("benthicattributes")
mermaid_get_reference(c("fishfamilies", "fishgenera"))
}