place2name: Decode Euring place codes

place2nameR Documentation

Decode Euring place codes

Description

Converts Euring country and region codes into their text names.

Usage

place2name(x)

Arguments

x

a variable containing four character Euring place code.

Details

A warning is given if any place codes are not matched, these will be returned as NA.

Value

a dataframe with three columns: 'country.name', 'region.name', 'current', the last of which indicates whether the code is currently use or deprecated.

Author(s)

Rob Robinson

Examples

examplecodes <- c('BL20', 'GBTR')
place2name(examplecodes)


birdring documentation built on Oct. 7, 2023, 5:07 p.m.