Skip to contents

Lifecycle: stable codecov

Overview

The distilleR package provides a pool of functions to query DistillerSR through its APIs. It features authentication and utilities to retrieve data from DistillerSR projects and reports.

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

Installation

From CRAN

install.packages("distilleR")

Development version (from GitHub)

To install the latest development version:

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

Requirements

An active internet connection is required, as the package communicates with DistillerSR 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("distilleR")