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

ph_get_psa2015_pop(file)

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

if (FALSE) { link <- with(dataSources, link[source == "PSA" & parameter == "population"]) ph_get_psa2015_pop(file = link) }