mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-02 10:45:06 -05:00
- shinyUI and shinyServer calls are no longer required in ui.R and server.R - shinyAppObj renamed to shinyApp - runApp can take pathname, list(ui=..., server=...), shinyApp, and shinyAppDir as appDir argument - Unify all Shiny app representations around shiny.appobj - BREAKING CHANGE: shinyUI no longer has a "path" argument - Instead of returning UI, ui.R can return a function that returns UI; it will be invoked each time the page is requested. (Note that this is NOT the same as saying ui.R will be run each time the page is requested.) The function can take either no args or a single "req" arg which is the request.
182 lines
3.8 KiB
Plaintext
182 lines
3.8 KiB
Plaintext
# Generated by roxygen2 (4.0.0): do not edit by hand
|
|
|
|
S3method("$",reactivevalues)
|
|
S3method("$",shinyoutput)
|
|
S3method("$<-",reactivevalues)
|
|
S3method("$<-",shinyoutput)
|
|
S3method("[",reactivevalues)
|
|
S3method("[",shinyoutput)
|
|
S3method("[<-",reactivevalues)
|
|
S3method("[<-",shinyoutput)
|
|
S3method("[[",reactivevalues)
|
|
S3method("[[",shinyoutput)
|
|
S3method("[[<-",reactivevalues)
|
|
S3method("[[<-",shinyoutput)
|
|
S3method("names<-",reactivevalues)
|
|
S3method(as.character,shiny.tag)
|
|
S3method(as.character,shiny.tag.list)
|
|
S3method(as.list,reactivevalues)
|
|
S3method(as.shiny.appobj,character)
|
|
S3method(as.shiny.appobj,list)
|
|
S3method(as.shiny.appobj,shiny.appobj)
|
|
S3method(format,html)
|
|
S3method(format,shiny.tag)
|
|
S3method(format,shiny.tag.list)
|
|
S3method(names,reactivevalues)
|
|
S3method(print,html)
|
|
S3method(print,reactive)
|
|
S3method(print,shiny.appdir)
|
|
S3method(print,shiny.appobj)
|
|
S3method(print,shiny.tag)
|
|
S3method(print,shiny.tag.list)
|
|
export(HTML)
|
|
export(a)
|
|
export(absolutePanel)
|
|
export(actionButton)
|
|
export(addResourcePath)
|
|
export(animationOptions)
|
|
export(as.shiny.appobj)
|
|
export(basicPage)
|
|
export(bootstrapPage)
|
|
export(br)
|
|
export(checkboxGroupInput)
|
|
export(checkboxInput)
|
|
export(code)
|
|
export(column)
|
|
export(conditionalPanel)
|
|
export(dataTableOutput)
|
|
export(dateInput)
|
|
export(dateRangeInput)
|
|
export(div)
|
|
export(downloadButton)
|
|
export(downloadHandler)
|
|
export(downloadLink)
|
|
export(em)
|
|
export(exprToFunction)
|
|
export(fileInput)
|
|
export(fixedPage)
|
|
export(fixedPanel)
|
|
export(fixedRow)
|
|
export(fluidPage)
|
|
export(fluidRow)
|
|
export(h1)
|
|
export(h2)
|
|
export(h3)
|
|
export(h4)
|
|
export(h5)
|
|
export(h6)
|
|
export(headerPanel)
|
|
export(helpText)
|
|
export(hr)
|
|
export(htmlOutput)
|
|
export(icon)
|
|
export(imageOutput)
|
|
export(img)
|
|
export(includeCSS)
|
|
export(includeHTML)
|
|
export(includeMarkdown)
|
|
export(includeScript)
|
|
export(includeText)
|
|
export(installExprFunction)
|
|
export(invalidateLater)
|
|
export(is.reactive)
|
|
export(is.reactivevalues)
|
|
export(isolate)
|
|
export(knit_print.shiny.appobj)
|
|
export(knit_print.shiny.tag)
|
|
export(knit_print.shiny.tag.list)
|
|
export(mainPanel)
|
|
export(makeReactiveBinding)
|
|
export(navbarMenu)
|
|
export(navbarPage)
|
|
export(navlistPanel)
|
|
export(numericInput)
|
|
export(observe)
|
|
export(outputOptions)
|
|
export(p)
|
|
export(pageWithSidebar)
|
|
export(parseQueryString)
|
|
export(plotOutput)
|
|
export(plotPNG)
|
|
export(pre)
|
|
export(radioButtons)
|
|
export(reactive)
|
|
export(reactiveFileReader)
|
|
export(reactivePlot)
|
|
export(reactivePoll)
|
|
export(reactivePrint)
|
|
export(reactiveTable)
|
|
export(reactiveText)
|
|
export(reactiveTimer)
|
|
export(reactiveUI)
|
|
export(reactiveValues)
|
|
export(reactiveValuesToList)
|
|
export(registerInputHandler)
|
|
export(removeInputHandler)
|
|
export(renderDataTable)
|
|
export(renderImage)
|
|
export(renderPlot)
|
|
export(renderPrint)
|
|
export(renderTable)
|
|
export(renderText)
|
|
export(renderUI)
|
|
export(repeatable)
|
|
export(runApp)
|
|
export(runExample)
|
|
export(runGist)
|
|
export(runGitHub)
|
|
export(runReactiveDoc)
|
|
export(runRmdContainer)
|
|
export(runUrl)
|
|
export(selectInput)
|
|
export(selectizeInput)
|
|
export(shinyApp)
|
|
export(shinyAppDir)
|
|
export(shinyServer)
|
|
export(shinyUI)
|
|
export(showReactLog)
|
|
export(sidebarLayout)
|
|
export(sidebarPanel)
|
|
export(singleton)
|
|
export(sliderInput)
|
|
export(span)
|
|
export(stopApp)
|
|
export(strong)
|
|
export(submitButton)
|
|
export(tabPanel)
|
|
export(tableOutput)
|
|
export(tabsetPanel)
|
|
export(tag)
|
|
export(tagAppendAttributes)
|
|
export(tagAppendChild)
|
|
export(tagAppendChildren)
|
|
export(tagList)
|
|
export(tagSetChildren)
|
|
export(tags)
|
|
export(textInput)
|
|
export(textOutput)
|
|
export(titlePanel)
|
|
export(uiOutput)
|
|
export(updateCheckboxGroupInput)
|
|
export(updateCheckboxInput)
|
|
export(updateDateInput)
|
|
export(updateDateRangeInput)
|
|
export(updateNumericInput)
|
|
export(updateRadioButtons)
|
|
export(updateSelectInput)
|
|
export(updateSliderInput)
|
|
export(updateTabsetPanel)
|
|
export(updateTextInput)
|
|
export(validateCssUnit)
|
|
export(verbatimTextOutput)
|
|
export(verticalLayout)
|
|
export(wellPanel)
|
|
export(withMathJax)
|
|
export(withTags)
|
|
import(RJSONIO)
|
|
import(caTools)
|
|
import(digest)
|
|
import(httpuv)
|
|
import(methods)
|
|
import(xtable)
|