# NOT RUN {
leaflet() %>% addTiles() # without mouse position info
leaflet() %>% addTiles() %>% addMouseCoordinates(style = "basic") # with basic mouse position info
mapview(easter.egg = TRUE) # detailed mouse position info by default ;-)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab