shiny (version 0.9.1)

shinyUI: Create a Shiny UI handler

Description

Register a UI handler by providing a UI definition (created with e.g. pageWithSidebar) and web server path (typically "/", the default value).

Usage

shinyUI(ui, path = "/")

Arguments

Value

Called for its side-effect of registering a UI handler

Examples

Run this code
el <- div(HTML("I like <u>turtles</u>"))
cat(as.character(el))

Run the code above in your browser using DataLab