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
- Install the R package
remotes
:
install.packages("remotes")
- Install the development version from Github:
remotes::install_github("InteragencyEcologicalProgram/smonitr")