Get a lookup table that maps MERMAID Benthic Attributes and Growth Forms to labels from other providers (CoralNet and ReefCloud).

mermaid_get_classification_labelmappings(provider = NULL, limit = NULL)

Arguments

provider

Provider to filter the lookup table for. Allowed options are CoralNet and ReefCloud.

limit

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

Examples

if (FALSE) { # \dontrun{
mermaid_get_classification_labelmappings()
mermaid_get_classification_labelmappings("CoralNet")
} # }