finbif_informal_groups: FinBIF informal groups

View source: R/finbif_informal_groups.R

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

Value

A character vector (invisibly).

Examples

## Not run: 

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


## End(Not run)

finbif documentation built on Sept. 28, 2023, 5:06 p.m.