Learn R Programming

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

shiny (version 0.3.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

585,080

Version

0.3.0

License

GPL-3

Maintainer

Winston Chang

Last Published

January 24th, 2013

Functions in shiny (0.3.0)

conditionalPanel

Conditional Panel
numericInput

Create a numeric input control
runGitHub

Run a Shiny application from a GitHub repository
animationOptions

Animation Options
reactiveValues

Create an object for storing reactive values
radioButtons

Create radio buttons
headerPanel

Create a header panel
HTML

Mark Characters as HTML
shinyUI

Create a Shiny UI handler
fileInput

File Upload Control
reactiveText

Text Output
helpText

Create a help text element
reactivePrint

Printable Output
mainPanel

Create a main panel
plotOutput

Create a plot output element
reactiveTimer

Timer
submitButton

Create a submit button
observe

Create a reactive observer
downloadHandler

File Downloads
reactiveValuesToList

Convert a reactivevalues object to a list
isolate

Create a non-reactive scope for an expression
addResourcePath

Resource Publishing
tableOutput

Create a table output element
runGist

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

Checkbox Input Control
includeHTML

Include Content From a File
bootstrapPage

Create a Twitter Bootstrap page
builder

HTML Builder Functions
reactive

Create a Reactive Function
runUrl

Run a Shiny application from a URL
runApp

Run Shiny Application
textOutput

Create a text output element
sidebarPanel

Create a sidebar panel
downloadButton

Create a download button or link
singleton

Include Content Only Once
repeatable

Make a random number generator repeatable
wellPanel

Create a well panel
htmlOutput

Create an HTML output element
reactiveTable

Table Output
tag

HTML Tag Object
invalidateLater

Scheduled Invalidation
verbatimTextOutput

Create a verbatim text output element
shinyServer

Define Server Functionality
reactivePlot

Plot Output
tabPanel

Create a tab panel
reactiveUI

UI Output
tabsetPanel

Create a tabset panel
selectInput

Create a select list input control
textInput

Create a text input control
sliderInput

Slider Input Widget
shiny-package

Web Application Framework for R
checkboxGroupInput

Checkbox Group Input Control
pageWithSidebar

Create a page with a sidebar
runExample

Run Shiny Example Applications