Display the informal taxonomic groups used in the FinBIF database.
Usage
finbif_informal_groups(group, limit = 50, quiet = FALSE)
Arguments
- group
Character. Optional, if supplied only display this group and
its subgroups.
- limit
Integer. The maximum number informal groups to display.
- quiet
Logical. Return informal group names without displaying them.
Value
A character vector (invisibly).
Examples
if (FALSE) {
# Display the informal taxonomic groups used by FinBIF
finbif_informal_groups()
}