inst/libraries/leaflet/examples/example6.R

require(rCharts)
map6 = Leaflet$new()
map6$setView(45.372, -121.6972, 12)
map6$tileLayer(provider ='Stamen.Terrain')
map6$marker(45.3288, -121.6625, bindPopup = 'Mt. Hood Meadows')
map6$marker(45.3311, -121.7113, bindPopup = 'Timberline Lodge')
ramnathv/testapp1 documentation built on May 26, 2019, 10:55 p.m.