Skip to contents

Introduction

ohvbd is an R package for retrieving (and parsing) data from a network of disease vector data sources.

At present this package is very much in its early stages, as such the internal API may change without warning.

Databases

ohvbd allows for searching and the retrieval of data from the following data sources:

Installation

You can install the development version of ohvbd from GitHub with:

# install.packages("devtools")
devtools::install_github("fwimp/ohvbd", build_vignettes = TRUE)

Latest patch notes

ohvbd 0.5.1

  • fetch_vd() now correctly returns all data from datasets over 50 rows.
  • fetch_vd() also now tells you how much data you are retrieving and a coarse estimate of how long this will take.
  • New function fetch_vd_counts() allows for quick checking of dataset sizes. This is very important as some datasets in VecDyn are over 40,000 rows long!
  • All fetch_*() functions (and thus also fetch()) now use parallel data retrieval, even when only 1 connection is used. This seems to lead to a 20% gain in download speed for no cost.

See changelog for patch notes for previous versions.