R build status

smonitr is an R package used for the IEP Status & Trends Seasonal Reports (also known as Seasonal Monitoring Reports). It contains groups of functions used to:

  • Standardize the formatting and elements of the plots used in the reports.
  • Download data from various online sources.

Browse the documentation at InteragencyEcologicalProgram.github.io/smonitr

Installation Instructions

  1. Install the R package remotes:
install.packages("remotes")
  1. Install the development version from Github:
remotes::install_github("InteragencyEcologicalProgram/smonitr")