An R Interface to the International Aid Transparency Initiative API
- R 100%
|
|
||
|---|---|---|
| inst | update createHexSticker.R | |
| man | udpate oipa.png | |
| R | create get_budget.R | |
| .gitignore | update .gitignore | |
| .Rbuildignore | update .Rbuildignore | |
| .travis.yml | create .travis.yml | |
| appveyor.yml | create appveyor.yml | |
| codecov.yml | create codecov.yml | |
| cran-comments.md | create cran-comments.md | |
| DESCRIPTION | update DESCRIPTION | |
| LICENSE | initial commit | |
| LICENSE.md | add LICENSE.md | |
| NAMESPACE | update NAMESPACE | |
| NEWS.md | create NEWS.md | |
| oipa.Rproj | initial commit | |
| README.md | update README | |
| README.Rmd | update 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")