Skip to contents

Display metadata from the FinBIF database.

Usage

finbif_metadata(which, locale = getOption("finbif_locale"))

Arguments

which

Character. Which category of metadata to display. If unspecified, function returns the categories of metadata available.

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 data.frame.

Examples

if (FALSE) {

finbif_metadata("red_list")

}