knitr::opts_chunk$set(
  warning = FALSE, 
  message = FALSE,
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ebirdst: Access and Analyze eBird Status and Trends Data

This R package has moved. Visit the new website at https://ebird.github.io/ebirdst/ or install the latest version using:

if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}
remotes::install_github("ebird/ebirdst")


CornellLabofOrnithology/stemhelper documentation built on Feb. 5, 2023, 9:59 a.m.