krsp_needs_br: Identify squirrels without breeding status

Description Usage Arguments Value Examples

View source: R/krsp-needs-br.r

Description

Identify female squirrels who are missing a breeding status (br in the litter table) in the given year. Note that all squirrels should appear in the litter table and have a breeding status even if they did not breed in a given year.

Usage

1
krsp_needs_br(con, year)

Arguments

con

Connection to KRSP database

year

integer; vector of years to search within. Defaults to current year.

Value

A tbl of squirrels, including their IDs and identifying information. Can be converted to a data.frame.

Examples

1
2
con <- krsp_connect()
krsp_needs_br(con, 2015)

mstrimas/krsp documentation built on May 23, 2019, 8:16 a.m.