Learn R Programming

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

shiny

Easily build rich and productive interactive web apps in R — no HTML/CSS/JavaScript required.

Features

  • An intuitive and extensible reactive programming model which makes it easy to transform existing R code into a "live app" where outputs automatically react to new user input.
    • Compared to event-based programming, reactivity allows Shiny to do the minimum amount of work when input(s) change, and allows humans to more easily reason about complex MVC logic.
  • A prebuilt set of highly sophisticated, customizable, and easy-to-use widgets (e.g., plots, tables, sliders, dropdowns, date pickers, and more).
  • An attractive default look based on Bootstrap which can also be easily customized with the bslib package or avoided entirely with more direct R bindings to HTML/CSS/JavaScript.
  • Seamless integration with R Markdown, making it easy to embed numerous applications natively within a larger dynamic document.
  • Tools for improving and monitoring performance, including native support for async programming, caching, load testing, and more.
  • Modules: a framework for reducing code duplication and complexity.
  • An ability to bookmark application state and/or generate code to reproduce output(s).
  • A rich ecosystem of extension packages for more custom widgets, input validation, unit testing, and more.

Installation

To install the stable version from CRAN:

install.packages("shiny")

Getting Started

Once installed, load the library and run an example:

library(shiny)
# Launches an app, with the app's source code included
runExample("06_tabsets")
# Lists more prepackaged examples
runExample()

For more examples and inspiration, check out the Shiny User Gallery.

For help with learning fundamental Shiny programming concepts, check out the Mastering Shiny book and the Shiny Tutorial. The former is currently more up-to-date with modern Shiny features, whereas the latter takes a deeper, more visual, dive into fundamental concepts.

Getting Help

To ask a question about Shiny, please use the RStudio Community website.

For bug reports, please use the issue tracker and also keep in mind that by writing a good bug report, you're more likely to get help with your problem.

Contributing

We welcome contributions to the shiny package. Please see our CONTRIBUTING.md file for detailed guidelines of how to contribute.

License

The shiny package as a whole is licensed under the GPLv3. See the LICENSE file for more details.

R version support

Shiny is supported on the latest release version of R, as well as the previous four minor release versions of R. For example, if the latest release R version is 4.1, then that version is supported, as well as 4.0, 3.6, 3.5, and 3.4.

Copy Link

Version

Install

install.packages('shiny')

Monthly Downloads

486,176

Version

1.7.2

License

GPL-3 | file LICENSE

Maintainer

Winston Chang

Last Published

July 19th, 2022

Functions in shiny (1.7.2)

actionButton

Action button/link
absolutePanel

Panel with absolute positioning
MockShinySession

Mock Shiny Session
bindCache

Add caching with reactivity to an object
Progress

Reporting progress (object-oriented API)
bookmarkButton

Create a button for bookmarking/sharing
bindEvent

Make an object respond only to specified reactive events
NS

Namespaced IDs for inputs/outputs
applyInputHandlers

Apply input handlers to raw input values
bootstrapLib

Bootstrap libraries
checkboxGroupInput

Checkbox Group Input Control
checkboxInput

Checkbox Input Control
brushOpts

Create an object representing brushing options
bootstrapPage

Create a Bootstrap page
brushedPoints

Find rows of data selected on an interactive plot.
callModule

Invoke a Shiny module
column

Create a column within a UI definition
clickOpts

Control interactive plot point events
createWebDependency

Create a web dependency
diskCache

Create disk cache (deprecated)
dateInput

Create date input
devmode

Shiny Developer Mode
createRenderFunction

Implement custom render functions
downloadButton

Create a download button or link
conditionalPanel

Conditional Panel
domains

Reactive domains
fluidPage

Create a page with fluid layout
flowLayout

Flow layout
dateRangeInput

Create date range input
debounce

Slow down a reactive expression with debounce/throttle
fileInput

File Upload Control
fillPage

Create a page that fills the window
freezeReactiveVal

Freeze a reactive value
getQueryString

Get the query string / hash component from the URL
getCurrentTheme

Obtain Shiny's Bootstrap Sass theme
getCurrentOutputInfo

Get output information
insertTab

Dynamically insert/remove a tabPanel
loadSupport

Load an app's supporting R files
insertUI

Insert and remove UI objects
makeReactiveBinding

Make a reactive variable
exportTestValues

Register expressions for export in test mode
navbarPage

Create a page with a top level navigation bar
moduleServer

Shiny modules
downloadHandler

File Downloads
htmlOutput

Create an HTML output element
enableBookmarking

Enable bookmarking for a Shiny application
httpResponse

Create an HTTP response object
fillRow

Flex Box-based row/column layouts
fixedPage

Create a page with a fixed layout
exprToFunction

Convert an expression to a function
headerPanel

Create a header panel
modalDialog

Create a modal dialog UI
memoryCache

Create memory cache (deprecated)
isRunning

Check whether a Shiny application is running
onFlush

Add callbacks for Shiny session events
onBookmark

Add callbacks for Shiny session bookmarking events
reactiveFileReader

Reactive file reader
is.reactivevalues

Checks whether an object is a reactivevalues object
invalidateLater

Scheduled Invalidation
isTruthy

Truthy and falsy values
numericInput

Create a numeric input control
passwordInput

Create a password input control
navlistPanel

Create a navigation list panel
reactiveTimer

Timer
reactiveVal

Create a (single) reactive value
reactiveValues

Create an object for storing reactive values
plotOutput

Create an plot or image output element
reactiveValuesToList

Convert a reactivevalues object to a list
maskReactiveContext

Evaluate an expression without a reactive context
radioButtons

Create radio buttons
reactiveConsole

Activate reactivity in the console
reactive

Create a reactive expression
plotPNG

Capture a plot as a PNG file.
markdown

Insert inline Markdown
reactivePoll

Reactive polling
inputPanel

Input panel
icon

Create an icon
removeInputHandler

Deregister an Input Handler
renderCachedPlot

Plot output with cached images
renderImage

Image file output
dataTableOutput

Table output with the JavaScript DataTables library
parseQueryString

Parse a GET query string from a URL
helpText

Create a help text element
markRenderFunction

Mark a function as a render function
markOutputAttrs

Mark a render function with attributes that will be used by the output
reactlog

Reactive Log Visualizer
registerInputHandler

Register an Input Handler
pageWithSidebar

Create a page with a sidebar
reexports

Objects exported from other packages
setBookmarkExclude

Exclude inputs from bookmarking
session

Session object
tableOutput

Table Output
repeatable

Make a random number generator repeatable
selectInput

Create a select list input control
req

Check for required values
renderUI

UI Output
serverInfo

Collect information about the Shiny Server environment
addResourcePath

Resource Publishing
shinyAppTemplate

Generate a Shiny application from a template
restoreInput

Restore an input value
registerThemeDependency

Register a theme dependency
runUrl

Run a Shiny application from a URL
shinyDeprecated

Print message for deprecated functions in Shiny
runGadget

Run a gadget
runTests

Runs the tests associated with this Shiny app
isolate

Create a non-reactive scope for an expression
knitr_methods

Knitr S3 methods
sliderInput

Slider Input Widget
updateNumericInput

Change the value of a number input on the client
updateDateRangeInput

Change the start and end values of a date range input on the client
sizeGrowthRatio

Create a sizing function that grows at a given ratio
observe

Create a reactive observer
onStop

Run code after an application or session ends
observeEvent

Event handler
outputOptions

Set options for an output object.
renderPlot

Plot Output
safeError

Declare an error safe for the user to see
updateRadioButtons

Change the value of a radio input on the client
getShinyOption

Get or set Shiny options
updateQueryString

Update URL in browser's location bar
shinyUI

Create a Shiny UI handler
testServer

Reactive testing for Shiny server functions and modules
tabsetPanel

Create a tabset panel
setSerializer

Add a function for serializing an input before bookmarking application state
runApp

Run Shiny Application
renderPrint

Text Output
shiny-package

Web Application Framework for R
validate

Validate input values and other conditions
sidebarLayout

Layout a sidebar and main area
showTab

Dynamically hide/show a tabPanel
stacktrace

Stack trace manipulation functions
showBookmarkUrlModal

Display a modal dialog for bookmarking
titlePanel

Create a panel containing an application title.
snapshotPreprocessInput

Add a function for preprocessing an input before taking a test snapshot
snapshotExclude

Mark an output to be excluded from test snapshots
textOutput

Create a text output element
runExample

Run Shiny Example Applications
updateTabsetPanel

Change the selected tab on the client
stopApp

Stop the currently running Shiny app
shinyApp

Create a Shiny app object
shiny.appobj

Shiny App object
updateActionButton

Change the label or icon of an action button on the client
updateTextAreaInput

Change the value of a textarea input on the client
updateTextInput

Change the value of a text input on the client
wellPanel

Create a well panel
urlModal

Generate a modal dialog that displays a URL
updateCheckboxGroupInput

Change the value of a checkbox group input on the client
withMathJax

Load the MathJax library and typeset math expressions
tabPanel

Create a tab panel
showNotification

Show or remove a notification
updateCheckboxInput

Change the value of a checkbox input on the client
submitButton

Create a submit button
showModal

Show or remove a modal dialog
updateDateInput

Change the value of a date input on the client
withProgress

Reporting progress (functional API)
varSelectInput

Select variables from a data frame
shinyServer

Define Server Functionality
snapshotPreprocessOutput

Add a function for preprocessing an output before taking a test snapshot
splitLayout

Split layout
textAreaInput

Create a textarea input control
textInput

Create a text input control
updateSliderInput

Update Slider Input Widget
updateSelectInput

Change the value of a select input on the client
viewer

Viewer options
verticalLayout

Lay out UI elements vertically