View source: R/utils_input_panel_server.R
input_panel_server | R Documentation |
'input_panel_server()' provides methods to show/hide an input panel by clicking on the title, as well as get more information by clicking on the info link. The info link should be named '"id_info"'.
input_panel_server( id, toggle_time, info, info_label = paste0(id, "_info()"), session = getDefaultReactiveDomain() )
id |
The panel ID (technically the id of the title) |
toggle_time |
The amount of time (in seconds) it takes to show/hide the panel |
info |
A 'tagList', tag, or text to display when info link is clicked |
info_label |
A label for the info observer; defaults to '"id_info()"' |
session |
The shiny 'session' object; the default is usually appropriate |
The output of a 'bindEvent' call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.