Description Usage Arguments Value Examples
Generate a list of the top squirrelers based on a variety of metrics.
1  | krsp_top(con, year)
 | 
con | 
 Connection to KRSP database  | 
year | 
 integer; year to search within. Defaults to all years.  | 
A data frame of squirrelers and number of trapping records, behaviour observations, and collars.
1 2 3 4 5  | con <- krsp_connect()
krsp_top(con, year = 2014) %>%
  head()
krsp_top(con) %>%
  head()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.