knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

oipa: An R Interface to the Openaid International Aid Transparency Initiative Parser and API

lifecycle CRAN status Travis build status AppVeyor build status Coverage status

The International Aid Transparency Initiatives (IATI) is a global aid transparency standard and it makes information about aid spending easier to access, use and understand using a unified open standard. Openaid IATI Parser and Application Programming Interface (OIPA) enables IATI standard compliant dadtasets to easily parse and interface that data using API that has been developed on the Django framework. This package provides an R interface to the OIPA.

Installation

You can install oipa from GitHub with:

# install.packages("devtools")
devtools::install_github("validmeasures/oipa")


validmeasures/oipa documentation built on May 20, 2019, 9:43 a.m.