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