Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 845 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 845 Bytes

biodiversityhorizons

codecov

Installation

You can install the development version of biodiversityhorizons like so:

# Install devtools if not already installed
install.packages("devtools")

# Install biodiversityhorizons package
devtools::install_github("uw-ssec/biodiversity-horizons")

Example

This is a basic example which shows you how to solve a common problem:

library(biodiversityhorizons)
## basic example code

You’ll still need to render README.Rmd regularly, to keep README.md up-to-date. devtools::build_readme() is handy for this.