Learn R Programming

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

shiny (version 0.2.3)

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.2.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Joe Cheng

Last Published

December 1st, 2012

Functions in shiny (0.2.3)

pageWithSidebar

Create a page with a sidebar
runExample

Run Shiny Example Applications
reactive

Create a Reactive Function
headerPanel

Create a header panel
HTML

Mark Characters as HTML
downloadButton

Create a download button or link
shiny-package

Web Application Framework for R
downloadHandler

File Downloads
fileInput

File Upload Control
mainPanel

Create a main panel
wellPanel

Create a well panel
repeatable

Make a random number generator repeatable
sliderInput

Slider Input Widget
htmlOutput

Create an HTML output element
checkboxInput

Checkbox Input Control
conditionalPanel

Conditional Panel
reactiveTimer

Timer
tabPanel

Create a tab panel
reactiveText

Text Output
tag

HTML Tag Object
reactiveTable

Table Output
textInput

Create a text input control
submitButton

Create a submit button
builder

HTML Builder Functions
helpText

Create a help text element
observe

Create a reactive observer
runGist

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

Create a Shiny UI handler
checkboxGroupInput

Checkbox Group Input Control
selectInput

Create a select list input control
addResourcePath

Resource Publishing
plotOutput

Create a plot output element
textOutput

Create a text output element
numericInput

Create a numeric input control
invalidateLater

Scheduled Invalidation
bootstrapPage

Create a Twitter Bootstrap page
runApp

Run Shiny Application
tabsetPanel

Create a tabset panel
radioButtons

Create radio buttons
verbatimTextOutput

Create a verbatim text output element
shinyServer

Define Server Functionality
tableOutput

Create a table output element
sidebarPanel

Create a sidebar panel
animationOptions

Animation Options
reactivePlot

Plot Output
includeHTML

Include Content From a File
reactivePrint

Printable Output
reactiveUI

UI Output
singleton

Include Content Only Once