Add History Plugin
The plugin enables tracking of map movements in a history similar to a web browser. By default, it is a simple pair of buttons – back and forward.
addHistory(map, layerId = NULL, options = historyOptions())
map |
a map widget object created from |
layerId |
the control id |
options |
A named list of options. See |
the new map object
Other History Functions:
clearFuture(),
clearHistory(),
goBackHistory(),
goForwardHistory(),
historyOptions()
library(leaflet) leaflet() %>% addTiles() %>% addHistory()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.