# NOT RUN {
if (interactive()) {
# Read all health regions for a given year
hr <- read_health_region( year=2013 )
# Read all macro health regions
mhr <- read_health_region( year=2013, macro =TRUE)
}
# }
Run the code above in your browser using DataLab