Skip to contents

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 locale will be preferred while falling back to the other languages in the order indicated above.

Value

A character vector (invisibly).

Examples

if (FALSE) {

# Display the informal taxonomic groups used by FinBIF
finbif_informal_groups()

}