library(leaflet)
leaflet() |>
addProviderTiles(providers$CartoDB.Positron) |>
setView(lng=83.223558, lat=27.4506687, zoom = 6) |>
addMarkers(lng=83.223558, lat=27.4506687, popup="The birthplace of Gautam Buddha")This is a post with executable code.