powered by
Create single route configuration.
route(path, ui, server = NA)
A route configuration.
Website route.
Valid Shiny user interface.
Function that is called as callback on server side [deprecated]
if (FALSE) { route("/", shiny::tags$div(shiny::tags$span("Hello world"))) route("main", shiny::tags$div(h1("Main page"), p("Lorem ipsum."))) }
Run the code above in your browser using DataLab