krsp_top: Top squirrelers

Description Usage Arguments Value Examples

View source: R/krsp-top.r

Description

Generate a list of the top squirrelers based on a variety of metrics.

Usage

1
krsp_top(con, year)

Arguments

con

Connection to KRSP database

year

integer; year to search within. Defaults to all years.

Value

A data frame of squirrelers and number of trapping records, behaviour observations, and collars.

Examples

1
2
3
4
5
con <- krsp_connect()
krsp_top(con, year = 2014) %>%
  head()
krsp_top(con) %>%
  head()

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