ph_get_psa2015_pop: Get Philippines population estimates for 2015 and projections...

Description Usage Arguments Value Examples

View source: R/04-ph_get_population.R

Description

Get Philippines population estimates for 2015 and projections for 2016-2025 based on the results of the Philippines 2015 POPCEN

Usage

1

Arguments

file

Either a path or a URL to the 2015 POPCEN XLSX file containing population projections

Value

A tibble in tidy format containing population data by 5-year age groups for the entire Philippines and by region from 2015 (estimates) to 2025 (projections)

Examples

1
2
3
4
5
6
## Not run: 
link <- with(dataSources,
             link[source == "PSA" & parameter == "population"])
ph_get_psa2015_pop(file = link)

## End(Not run)

como-ph/comoparams documentation built on July 3, 2020, 8:34 a.m.