Learn R Programming

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

shiny (version 0.5.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,988

Version

0.5.0

License

GPL-3

Maintainer

Winston Chang

Last Published

March 29th, 2013

Functions in shiny (0.5.0)

bootstrapPage

Create a Twitter Bootstrap page
conditionalPanel

Conditional Panel
selectInput

Create a select list input control
reactiveTimer

Timer
numericInput

Create a numeric input control
reactiveValues

Create an object for storing reactive values
fileInput

File Upload Control
reactivePlot

Plot output (deprecated)
downloadHandler

File Downloads
outputOptions

Set options for an output object.
radioButtons

Create radio buttons
mainPanel

Create a main panel
exprToFunction

Convert an expression or quoted expression to a function
reactiveTable

Table output (deprecated)
includeHTML

Include Content From a File
plotPNG

Run a plotting function and save the output as a PNG
renderPlot

Plot Output
animationOptions

Animation Options
pageWithSidebar

Create a page with a sidebar
reactivePrint

Print output (deprecated)
checkboxInput

Checkbox Input Control
invalidateLater

Scheduled Invalidation
checkboxGroupInput

Checkbox Group Input Control
renderText

Text Output
reactiveValuesToList

Convert a reactivevalues object to a list
headerPanel

Create a header panel
isolate

Create a non-reactive scope for an expression
shinyDeprecated

Print message for deprecated functions in Shiny
shiny-package

Web Application Framework for R
renderPrint

Printable Output
addResourcePath

Resource Publishing
renderTable

Table Output
HTML

Mark Characters as HTML
tabsetPanel

Create a tabset panel
plotOutput

Create an plot output element
renderImage

Image file output
repeatable

Make a random number generator repeatable
tabPanel

Create a tab panel
imageOutput

Create a image output element
sidebarPanel

Create a sidebar panel
htmlOutput

Create an HTML output element
runApp

Run Shiny Application
shinyUI

Create a Shiny UI handler
reactiveUI

UI output (deprecated)
reactiveText

Text output (deprecated)
renderUI

UI Output
submitButton

Create a submit button
runGitHub

Run a Shiny application from a GitHub repository
observe

Create a reactive observer
textOutput

Create a text output element
builder

HTML Builder Functions
verbatimTextOutput

Create a verbatim text output element
tableOutput

Create a table output element
wellPanel

Create a well panel
sliderInput

Slider Input Widget
runExample

Run Shiny Example Applications
reactive

Create a reactive expression
helpText

Create a help text element
parseQueryString

Parse a GET query string from a URL
singleton

Include Content Only Once
runUrl

Run a Shiny application from a URL
downloadButton

Create a download button or link
tag

HTML Tag Object
textInput

Create a text input control
runGist

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

Define Server Functionality