Create a back button for use in the navigation container. By default,
this button renders with the inputId defined as backBtn
. The button can
be accessed in the shiny server via input$backBtn
. You can also set the
button label. The default is Previous
.
1 | back_btn(inputId = "backBtn", label = "Previous")
|
inputId |
a unique Id for the button (default |
label |
customize the button (default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.