Web Application Framework for R


[Up] [Top]

Documentation for package ‘shiny’ version 0.6.0

Help Pages

A B C D E F H I M N O P R S T U V W

shiny-package Web Application Framework for R

-- A --

a HTML Builder Functions
actionButton Action button
addResourcePath Resource Publishing
animationOptions Animation Options

-- B --

basicPage Create a Twitter Bootstrap page
bootstrapPage Create a Twitter Bootstrap page
br HTML Builder Functions

-- C --

checkboxGroupInput Checkbox Group Input Control
checkboxInput Checkbox Input Control
code HTML Builder Functions
conditionalPanel Conditional Panel

-- D --

dateInput Create date input
dateRangeInput Create date range input
div HTML Builder Functions
downloadButton Create a download button or link
downloadHandler File Downloads
downloadLink Create a download button or link

-- E --

em HTML Builder Functions
exprToFunction Convert an expression or quoted expression to a function

-- F --

fileInput File Upload Control

-- H --

h1 HTML Builder Functions
h2 HTML Builder Functions
h3 HTML Builder Functions
h4 HTML Builder Functions
h5 HTML Builder Functions
h6 HTML Builder Functions
headerPanel Create a header panel
helpText Create a help text element
HTML Mark Characters as HTML
htmlOutput Create an HTML output element

-- I --

imageOutput Create a image output element
img HTML Builder Functions
includeHTML Include Content From a File
includeMarkdown Include Content From a File
includeText Include Content From a File
invalidateLater Scheduled Invalidation
isolate Create a non-reactive scope for an expression

-- M --

mainPanel Create a main panel

-- N --

numericInput Create a numeric input control

-- O --

observe Create a reactive observer
outputOptions Set options for an output object.

-- P --

p HTML Builder Functions
pageWithSidebar Create a page with a sidebar
parseQueryString Parse a GET query string from a URL
plotOutput Create an plot output element
plotPNG Run a plotting function and save the output as a PNG
pre HTML Builder Functions

-- R --

radioButtons Create radio buttons
reactive Create a reactive expression
reactivePlot Plot output (deprecated)
reactivePrint Print output (deprecated)
reactiveTable Table output (deprecated)
reactiveText Text output (deprecated)
reactiveTimer Timer
reactiveUI UI output (deprecated)
reactiveValues Create an object for storing reactive values
reactiveValuesToList Convert a reactivevalues object to a list
renderImage Image file output
renderPlot Plot Output
renderPrint Printable Output
renderTable Table Output
renderText Text Output
renderUI UI Output
repeatable Make a random number generator repeatable
runApp Run Shiny Application
runExample Run Shiny Example Applications
runGist Run a Shiny application from https://gist.github.com
runGitHub Run a Shiny application from a GitHub repository
runUrl Run a Shiny application from a URL

-- S --

selectInput Create a select list input control
shiny Web Application Framework for R
shinyDeprecated Print message for deprecated functions in Shiny
shinyServer Define Server Functionality
shinyUI Create a Shiny UI handler
sidebarPanel Create a sidebar panel
singleton Include Content Only Once
sliderInput Slider Input Widget
span HTML Builder Functions
strong HTML Builder Functions
submitButton Create a submit button

-- T --

tableOutput Create a table output element
tabPanel Create a tab panel
tabsetPanel Create a tabset panel
tag HTML Tag Object
tagAppendChild HTML Tag Object
tagList HTML Tag Object
tags HTML Builder Functions
textInput Create a text input control
textOutput Create a text output element

-- U --

uiOutput Create an HTML output element
updateCheckboxGroupInput Change the value of a checkbox group input on the client
updateCheckboxInput Change the value of a checkbox input on the client
updateDateInput Change the value of a date input on the client
updateDateRangeInput Change the start and end values of a date range input on the client
updateNumericInput Change the value of a number input on the client
updateRadioButtons Change the value of a radio input on the client
updateSelectInput Change the value of a select input on the client
updateSliderInput Change the value of a slider input on the client
updateTabsetPanel Change the selected tab on the client
updateTextInput Change the value of a text input on the client

-- V --

verbatimTextOutput Create a verbatim text output element

-- W --

wellPanel Create a well panel
withTags Evaluate an expression using the 'tags'