Learn R Programming

birdring (version 1.6)

read.euring2000plus: Reads EURING data of the format 2000\+ into R

Description

Reads EURING data (format EURING exchange code 2000\+) into R and creates a data.frame

Usage

read.euring2000plus(filename, quote="", ...)

Value

A data.frame containing the following variables from the EURING 2000\+ code:

schemeFactorringing scheme (code)
id.methodFactoridentification method
ringFactorring number
ring.verifcharacterverification of the metal ring
metal.ring.infocharactermetal ring information
marks.infocharacterother marks information
spec.byringercharacterspecies + subsp., mentioned by person
spec.byschemecharacterspecies + subsp., concluded by scheme
manipulatedcharactermanipulated
movedcharactermoved before the (re)capture/recovery
catching.methodcharactercatching method
catching.lurescharactercatching lures
sex.byringercharactersex, by the person who handled the bird
sex.byschemecharactersex, as concluded by scheme
age.byringercharacterage, by the person who handled the bird
age.byschemecharacterage, as concluded by scheme
statuscharacterstatus
broodsizecharacterbroodsize
pullus.agecharacterpullus age
pullus.age.acccharacteraccuracy of pullus age
daynumericday of record, derived from date
monthnumericmonth of record, derived from date
yearnumericyear of record, derived from date
date.acccharacteraccuracy of date
timecharactertime
place.codecharacterplace code
countrycharactercountry extracted from place code
regioncharacterregion (county) extracted from place code
latnumericlatitude in decimal coordinates
lonnumericlongitude in decimal coordinates
coord.acccharacteraccuracy of coordinates
conditioncharactercondition
circumstancescharacterfinding circumstances
circumstances.presumedcharacterfinding circumstances presumed
euring.codeidcharacterEURING-code identifier
distancenumericdistance to place of ringing (km)
directionnumericdirection to place of ringing (km)
time.elapsednumerictime since ringing (days)
wing.lengthnumericmaximum chord measurement in mm, Svensson (1992)
third.primarynumericLength of the third primary feather, in mm
state.of.wing.pointcharactercondition of the longest primary feather
massnumericbody, in grams, measured to a maximum precision of 0.1 g.
moultcharactercode for main, clearly identifiable moult states
plumage.codecharacterextra information to enhance age code
hind.clawnumericin mm, for details of method see Svensson (1992)
bill.lengthnumericin mm, see du Feu (2012).
bill.methodcharactera single letter code, for details see Svensson (1992).
total.head.lengthnumericin mm, see du Feu (2012)
tarsusnumericin mm, see du Feu (2012)
tarsus.methodcharactertarsus method used, see du Feu (2012)
tail.lengthnumericin mm, details of the method see Svensson (1992).
tail.differencenumericaccording to Svensson (1992)
fat.scorenumericfat score, see du Feu (2012) for details.
fat.score.methodcharacterfat score method used, see du Feu (2012)
pectoral.musclenumericstate of pectoral muscle
brood.patchcharacterstate of the brood patch in the breeding season
primary.scorenumericthe sum of the primary moult scores
primary.moultcharacterstate of the 10 primary feathers
old.greater.covertsnumericthe number of unmoulted greater coverts
alulacharacterstate of the three alula feathers
carpal.covertnumericstate of moult of the carpal covert: 0=old, 1=new.
sexing.methodcharacterfor code description see du Feu (2012).

For three additional optional variables, see du Feu (2012).

Arguments

filename

character string of the psv-file obtained from EURING (format: exchange code 2000\+)

quote

default is to ignore quotemarks as much as possible, see notes.

...

extra arguments to pass to read.table

Author

Fraenzi Korner-Nievergelt

References

du Feu et al. 2012: EURING exchange-code 2000\+. www.euring.org

Examples

Run this code
filename <- system.file("extdata", "REEWAExport_50.psv", package = "birdring")
dat <-  read.euring2000plus(filename)
str(dat)

Run the code above in your browser using DataLab