place2name {birdring} | R Documentation |
Converts Euring country and region codes into their text names.
place2name(x)
x |
a variable containing four character Euring place code. |
A warning is given if any place codes are not matched, these will be returned as NA.
a dataframe with three columns: 'country.name', 'region.name', 'current', the last of which indicates whether the code is currently use or deprecated.
Rob Robinson
examplecodes <- c('BL20', 'GBTR')
place2name(examplecodes)