inspect_btn_ui {shiny.info} | R Documentation |
Inspect button UI
Description
Helps to easlily stop app at any moment for debugging or checking state.
Usage
inspect_btn_ui(label = "Inspect", position = "top right")
Arguments
label |
label for debug button. Default "Inspect" |
position |
character with position of the parameter. Default "top right". |
Value
div with "shinyinfo_inspect_btn".
[Package shiny.info version 0.2.0 Index]