Create a map of educational locations
rio_map_locations.RdThis function creates a leaflet map of educational locations from RIO data.
Examples
if (FALSE) { # \dontrun{
locations <- rio_get_locations(city = "Rotterdam")
map <- rio_map_locations(
locations,
popup_vars = c("ONDERWIJSLOCATIENAAM", "PLAATSNAAM")
)
} # }