Below is the location of Fenway Park, one of America’s most iconic baseball stadiums.
library(leaflet)
## Warning: package 'leaflet' was built under R version 3.5.3
my_map <- leaflet() %>% addTiles()
my_map <- addMarkers(my_map, lat = 42.3467, lng = -71.0972, popup = "Fenway Park")
my_map