make_leaflet_map: Plot a leaflet map

Description Usage Arguments

View source: R/utils_map_maker.R

Description

function for making a leaflet map of the chosen region

Usage

1
2
3
4
5
make_leaflet_map(
  mapdata = mapselector::CERQ,
  label = TRUE,
  region_name = "NOM_PROV_N"
)

Arguments

mapdata

the data that supplies the things that go on your map. default is 'mapselector::CERQ'

label

should a mouseover label appear? default is TRUE

region_name

quoted name of the column in your dataset that gives the mouseover text. Will also be returned when you click


ReseauBiodiversiteQuebec/mapselector documentation built on Feb. 22, 2022, 3:13 p.m.