Preliminary analysis from RDJF. All source code and project availible at https://github.com/crepeia/RDJFinal.
R Chunks are commented due to formhubR it is not an official package
Using packrat in order to keep all packages at the same versions
#packrat::init(options = list(vcs.ignore.src = TRUE, use.cache = TRUE))
Install devtools in order to install formhub.R packge from github source
#install.packages("devtools")
#library(devtools)
Install source and loading formhub.R in order to pull data from https://www.formhub.org/leomartinsjf/RDJFinal
#install_github("formhub.R", username="SEL-Columbia")
#library(formhub)
It is important to check and update your formhub account before this step in order to refresh your last database with collected data
Parameters - database name, user name, password
#RDJF <- formhubDownload("RDJFinal", "leomartinsjf", "teclado86")
#str(RDJF)
#RDJFdata.frame <- data.frame(RDJF)
#RDJF.allnames <- replaceAllNamesWithLabels(RDJF)