Post With Code

news
code
analysis
Author

Harlow Malloc

Published

August 17, 2022

This is a post with executable code.

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")