Below is a map that shows the location of the Department of Statistics, Iowa State University.

library(leaflet)
leaflet() %>% addTiles() %>%
  setView(32.571213, 15.542000,  zoom = 17) %>%
  addPopups(
     32.571213, 15.542000,
    'Here is the <b>Osman\' home</b>, ISU'
  )


Ibrahimhassan94/MAAS documentation built on Feb. 24, 2022, 8:14 a.m.