2
1
Fork
You've already forked iati
0
An R Interface to the International Aid Transparency Initiative API
  • R 100%
Find a file
Ernest Guevarra 3d78e0fdef udpate oipa.png
2019年04月11日 23:02:08 +01:00
inst update createHexSticker.R 2019年04月11日 23:01:54 +01:00
man udpate oipa.png 2019年04月11日 23:02:08 +01:00
R create get_budget.R 2018年12月27日 07:20:58 +00:00
.gitignore update .gitignore 2019年04月11日 23:01:43 +01:00
.Rbuildignore update .Rbuildignore 2018年12月26日 07:20:37 +00:00
.travis.yml create .travis.yml 2018年12月26日 07:20:46 +00:00
appveyor.yml create appveyor.yml 2018年12月26日 07:21:03 +00:00
codecov.yml create codecov.yml 2018年12月26日 07:21:18 +00:00
cran-comments.md create cran-comments.md 2018年12月26日 07:21:28 +00:00
DESCRIPTION update DESCRIPTION 2018年12月26日 22:10:20 +00:00
LICENSE initial commit 2018年11月19日 23:21:56 +00:00
LICENSE.md add LICENSE.md 2018年12月26日 07:19:06 +00:00
NAMESPACE update NAMESPACE 2018年12月27日 07:20:41 +00:00
NEWS.md create NEWS.md 2018年12月26日 07:20:54 +00:00
oipa.Rproj initial commit 2018年11月19日 23:21:56 +00:00
README.md update README 2018年12月26日 07:18:37 +00:00
README.Rmd update README 2018年12月26日 07:18:37 +00:00

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")