| openSidebar {leaflet.extras2} | R Documentation |
Open the Sidebar by ID
Description
Open the Sidebar by ID
Usage
openSidebar(map, id, sidebar_id = NULL, ns = NULL)
Arguments
map |
A leaflet map widget |
id |
The id of the |
sidebar_id |
The id of the sidebar (per |
ns |
The namespace function, if used in Shiny modules. |
Value
the new map object
See Also
Other Sidebar Functions:
addSidebar(),
closeSidebar(),
removeSidebar(),
sidebar_pane(),
sidebar_tabs()
[Package leaflet.extras2 version 1.2.2 Index]