Learn R Programming

⚠️There's a newer version (1.10.0) of this package.Take me there.

shiny (version 0.4.0)

Web Application Framework for R

Description

Shiny makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive pre-built widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.

Copy Link

Version

Install

install.packages('shiny')

Monthly Downloads

536,413

Version

0.4.0

License

GPL-3

Maintainer

Winston Chang

Last Published

February 22nd, 2013

Functions in shiny (0.4.0)

reactiveValuesToList

Convert a reactivevalues object to a list
checkboxInput

Checkbox Input Control
bootstrapPage

Create a Twitter Bootstrap page
pageWithSidebar

Create a page with a sidebar
outputOptions

Set options for an output object.
reactiveValues

Create an object for storing reactive values
checkboxGroupInput

Checkbox Group Input Control
htmlOutput

Create an HTML output element
reactiveUI

UI output (deprecated)
sliderInput

Slider Input Widget
reactivePrint

Print output (deprecated)
selectInput

Create a select list input control
shiny-package

Web Application Framework for R
includeHTML

Include Content From a File
fileInput

File Upload Control
renderTable

Table Output
radioButtons

Create radio buttons
runApp

Run Shiny Application
verbatimTextOutput

Create a verbatim text output element
numericInput

Create a numeric input control
renderUI

UI Output
shinyDeprecated

Print message for deprecated functions in Shiny
singleton

Include Content Only Once
reactivePlot

Plot output (deprecated)
builder

HTML Builder Functions
plotOutput

Create a plot output element
observe

Create a reactive observer
downloadHandler

File Downloads
animationOptions

Animation Options
submitButton

Create a submit button
reactiveTimer

Timer
headerPanel

Create a header panel
runGist

Run a Shiny application from https://gist.github.com
reactiveText

Text output (deprecated)
tag

HTML Tag Object
repeatable

Make a random number generator repeatable
conditionalPanel

Conditional Panel
renderPrint

Printable Output
tabsetPanel

Create a tabset panel
runGitHub

Run a Shiny application from a GitHub repository
renderText

Text Output
reactive

Create a reactive expression
renderPlot

Plot Output
helpText

Create a help text element
addResourcePath

Resource Publishing
mainPanel

Create a main panel
shinyServer

Define Server Functionality
reactiveTable

Table output (deprecated)
runUrl

Run a Shiny application from a URL
isolate

Create a non-reactive scope for an expression
sidebarPanel

Create a sidebar panel
shinyUI

Create a Shiny UI handler
textOutput

Create a text output element
textInput

Create a text input control
tableOutput

Create a table output element
invalidateLater

Scheduled Invalidation
wellPanel

Create a well panel
HTML

Mark Characters as HTML
downloadButton

Create a download button or link
exprToFunction

Convert an expression or quoted expression to a function
runExample

Run Shiny Example Applications
tabPanel

Create a tab panel