Files
shiny/NAMESPACE
Joe Cheng d49e8d172f Improvements to reactives and UI
- `input` object now implements names() and as.list()
- Simpler dependency tracking impl using Dependencies class
- New `singleton` function for making HTML content appear only once
- Fix issue #4: head deduplication should not be line-oriented
2012-08-18 00:01:16 -07:00

62 lines
1.1 KiB
Plaintext

S3method("$",reactvaluesreader)
S3method("$<-",shinyoutput)
S3method(as.character,shiny.tag)
S3method(as.list,reactvaluesreader)
S3method(format,shiny.tag)
S3method(names,reactvaluesreader)
S3method(print,shiny.tag)
S3method(reactive,"function")
S3method(reactive,default)
export(HTML)
export(a)
export(animationOptions)
export(br)
export(checkboxInput)
export(code)
export(div)
export(em)
export(h1)
export(h2)
export(h3)
export(h4)
export(h5)
export(h6)
export(headerPanel)
export(helpText)
export(htmlOutput)
export(img)
export(invalidateLater)
export(mainPanel)
export(numericInput)
export(p)
export(pageWithSidebar)
export(plotOutput)
export(pre)
export(radioButtons)
export(reactive)
export(reactivePlot)
export(reactivePrint)
export(reactiveTable)
export(reactiveText)
export(reactiveTimer)
export(runApp)
export(runExample)
export(selectInput)
export(shinyServer)
export(shinyUI)
export(sidebarPanel)
export(singleton)
export(sliderInput)
export(span)
export(strong)
export(submitButton)
export(tabPanel)
export(tableOutput)
export(tabsetPanel)
export(tag)
export(tagAppendChild)
export(tags)
export(textInput)
export(textOutput)
export(verbatimTextOutput)