Learn R Programming

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

shiny (version 0.2.4)

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

554,825

Version

0.2.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Winston Chang

Last Published

December 18th, 2012

Functions in shiny (0.2.4)

reactiveTimer

Timer
tabPanel

Create a tab panel
mainPanel

Create a main panel
singleton

Include Content Only Once
includeHTML

Include Content From a File
runGist

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

Printable Output
reactiveTable

Table Output
bootstrapPage

Create a Twitter Bootstrap page
observe

Create a reactive observer
shinyServer

Define Server Functionality
animationOptions

Animation Options
runApp

Run Shiny Application
conditionalPanel

Conditional Panel
shiny-package

Web Application Framework for R
runExample

Run Shiny Example Applications
radioButtons

Create radio buttons
reactiveText

Text Output
shinyUI

Create a Shiny UI handler
reactiveUI

UI Output
textInput

Create a text input control
builder

HTML Builder Functions
reactive

Create a Reactive Function
selectInput

Create a select list input control
wellPanel

Create a well panel
addResourcePath

Resource Publishing
downloadHandler

File Downloads
helpText

Create a help text element
sliderInput

Slider Input Widget
repeatable

Make a random number generator repeatable
headerPanel

Create a header panel
sidebarPanel

Create a sidebar panel
invalidateLater

Scheduled Invalidation
verbatimTextOutput

Create a verbatim text output element
checkboxInput

Checkbox Input Control
tag

HTML Tag Object
downloadButton

Create a download button or link
submitButton

Create a submit button
numericInput

Create a numeric input control
plotOutput

Create a plot output element
checkboxGroupInput

Checkbox Group Input Control
pageWithSidebar

Create a page with a sidebar
fileInput

File Upload Control
textOutput

Create a text output element
tableOutput

Create a table output element
reactivePlot

Plot Output
htmlOutput

Create an HTML output element
HTML

Mark Characters as HTML
tabsetPanel

Create a tabset panel