This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Process 2015 Philippines Census Data into tidy format | |
| # contact@tjpalanca.com | 2016-06-12 | |
| # Load necessary libraries | |
| library(dplyr); library(purrr); library(stringr) # data munging | |
| library(readxl) # reading excel documents | |
| # Main function | |
| GetCensusBarangayData <- function() { | |
| # Download files |