Learn R Programming

shiny.router (version 0.1.1)

router_ui: Creates an output for router. This configures client side. Call it in your UI Shiny code. In this output ui is going to be rendered according to current routing.

Description

Creates an output for router. This configures client side. Call it in your UI Shiny code. In this output ui is going to be rendered according to current routing.

Usage

router_ui()

Arguments

Value

Shiny tags that configure router and build reactive but hidden input _location.

Examples

Run this code
# NOT RUN {
ui <- shinyUI(fluidPage(
  router_ui()
))
# }

Run the code above in your browser using DataLab