Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Last active December 31, 2015 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/8025792 to your computer and use it in GitHub Desktop.
Save ramnathv/8025792 to your computer and use it in GitHub Desktop.
Example 6: Leaflet
library(rCharts)
map <- Leaflet$new()
map$setView(c(51.505, -0.09), zoom = 13)
map$marker(
c(51.5, -0.09),
bindPopup = 'Hi. I am a popup'
)
map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment