Overview
eppoFindeR provides an R interface to the public APIs of the European and Mediterranean Plant Protection Organization (EPPO) database. The package facilitates access to a wide range of pest-related information collected and maintained by EPPO, allowing users to query, retrieve, and process this data directly from R.
The package is intended for researchers, analysts, and practitioners in plant protection who require convenient programmatic access to EPPO data.
Installation
From CRAN
install.packages("eppoFindeR")Development version (from GitHub)
To install the latest development version:
# install.packages("devtools")
devtools::install_github("openefsa/eppoFindeR")Requirements
An active internet connection is required, as the package communicates with EPPO’s online services to fetch and process data.
Usage
Once installed, load the package as usual:
Basic usage examples and full documentation are available in the package guide or in the package vignettes:
vignette("eppoFindeR")Links
-
Source code: GitHub – openefsa/eppoFindeR
-
Bug reports: Issues on GitHub
- EPPO Global Database: https://gd.eppo.int
- EPPO APIs: https://data.eppo.int/apis/
