krsp_hitlist: List last year's breeders by parturition date

Description Usage Arguments Value Examples

View source: R/krsp-hitlist.r

Description

List all female squirrel from August census of previous year, including location, in descending order of parturition date. This is meant to be a to do list at the beginning of the season, i.e. the earliest breeders last year should be caught first this year.

Usage

1
krsp_hitlist(con, year)

Arguments

con

Connection to KRSP database

year

integer; year to generate hitlist for, e.g. if year = 2016, breeders from 2015 will be listed.

Value

A tbl of all female squirrels from previous August's census, including location, in descending order of parturition date. Can be converted to a data.frame.

Examples

1
2
con <- krsp_connect()
krsp_hitlist(con, 2016)

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