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