Skip to contents

Create highcharter population pyramid with relative values

Usage

gph_hc_pyramid_relative(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_relative("Switzerland", 2020)
}