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' )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.