## Warning: package 'leaflet' was built under R version 4.1.3
Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.
library(leaflet)
my_map <- leaflet() %>%
addTiles()
my_map = addMarkers(my_map, lat = 19.0688, lng = 72.8703, popup = "My Home")
my_map