onaio / ona.R

Ona Plugin for R
https://github.com/onaio/ona.R
5 stars 11 forks source link

Build Status

ona.R

ona.R is a library for making reading data form ona.io into R easier.

This project is fork of formhub.r by Prabhas Pokharel. Future developments and improvements of the library will be done here.

Examples

For most of the examples, I use the ggplot2 library, which is an amazing data visualization library worth every minute of your time spent learning it.

Installing ona.R

The package for ona.R in R is simply called ona. For now, it cannot be installed from CRAN, but using Hadley Wickam's excellent devtools package, you can install it directly from github. To install (or upgrade), run the following commands from your R terminal:

install.packages('devtools') 
library(devtools)
install_github('onaio/ona.R')
library(ona)

And voila! The ona package is installed in your R system! You can check by running:

help(onaDownload)

Features

At the moment, it has the following features:

For planned features, go to the issues page.