Create highcharter population pyramid
Usage
gph_hc_pyramid(country, year)
Arguments
- country
A string with the country name
- year
An integer for the year
Value
A highcharter graph
Examples
if (FALSE) {
# Not run: need a valid IDB API key
gph_hc_pyramid("Switzerland", 2020)
}