Clock 10:05 – CC-BY-NC-ND by Bill Dickinson
Day 19 of 30DayMapChallenge: « 5-minute map » (previously).
Setup
library(tidyverse)
library(leaflet)
library(httr)
library(fs)
library(glue)
Data
We reuse the Geonames data from Bad map.
gn_file
slice_sample(n = 5)
Map
minute |
leaflet() |
addCircleMarkers(popup = ~ glue(“{name} ({asciiname})
{country_code}“),
label = ~ asciiname,
labelOptions = labelOptions(…