Skip to content

openefsa/EFSATools

Repository files navigation

EFSATools

Lifecycle: stable codecov

Overview

The EFSATools package brings together all the functions developed for EFSA's ad hoc data collections, providing tools for dataset operations as well as utilities designed to preserve data history.

The package is intended for researchers, analysts, and practitioners who require convenient programmatic access to data collection utilities.

During installation, the following packages developed by EFSA are also installed:

These packages are not required to use EFSATools, but are included for convenience and can be used directly in the code if needed, for example:

eppoTaxons <- eppoFindeR::taxons()
# and/or
distillerToken <- distilleR::getAuthenticationToken()

Installation

From CRAN

install.packages("EFSATools")

Development version (from GitHub)

To install the latest development version:

# install.packages("devtools")
devtools::install_github("openefsa/EFSATools")

Usage

Once installed, load the package as usual:

library(EFSATools)

Basic usage examples and full documentation are available in the package guide or in the package vignettes:

vignette("EFSATools")

Links

Contributors

Languages