README.md

This package is designed to help members of the Kluane Red Squirrel Project work with the squirrel database in R. It provides functions encapsulating common database queries and helper functions to aid users writing their own bespoke queries. In all cases, the functions return database records in the form of R data frames ready for use in further analyses. This package requires access to the KRSP database and is therefore only of use to members of the project.

Installation

install.packages("devtools")
devtools::install_github("mstrimas/krsp")

Use

For a full demonstation of the functions in this package consult the vignette.

browseVignettes("krsp")


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