Skip to contents

This function renders a base map with the country highlighted.

Usage

gph_base_map(country)

gph_base_tmap(country)

Arguments

country

Country to highlight

Value

A leaflet map with the country borders

Examples

# Using Leaflet
gph_base_map("Switzerland")
gph_base_map("United Kingdom")
# Using tmap (v4) gph_base_tmap("Switzerland") #> tmap mode set to 'view' gph_base_tmap("United Kingdom") #> tmap mode set to 'view'