krsp_litter_lookup: Lookup up the juveniles in a litter

Description Usage Arguments Value Examples

View source: R/krsp-litter-lookup.r

Description

Lookup a litter based on year, squirrel ID, and litter number and return a data frame of the juveniles in that litter.

Usage

1
krsp_litter_lookup(con, year, squirrel_id, ln)

Arguments

con

Connection to KRSP database

year

integer; year to search within. Defaults to current year.

squirrel_id

integer; squirrel ID.

ln

integer; litter number.

Value

A data frame of the juveniles in the given litter.

Examples

1
2
con <- krsp_connect()
krsp_litter_lookup(con, year = 2013, squirrel_id = 11059, ln = 1)

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