finbif_informal_groups {finbif} | R Documentation |
FinBIF informal groups
Description
Display the informal taxonomic groups used in the FinBIF database.
Usage
finbif_informal_groups(
group,
limit = 5,
quiet = FALSE,
locale = getOption("finbif_locale")
)
Arguments
group |
Character. Optional, if supplied only display this top-level group and its subgroups. |
limit |
Integer. The maximum number top-level informal groups (and their sub-groups) to display. |
quiet |
Logical. Return informal group names without displaying them. |
locale |
Character. One of the supported two-letter ISO 639-1 language
codes. Current supported languages are English, Finnish and Swedish. For
data where more than one language is available the language denoted by
|
Value
A character vector (invisibly).
Examples
## Not run:
# Display the informal taxonomic groups used by FinBIF
finbif_informal_groups()
## End(Not run)
[Package finbif version 0.9.7 Index]