Learn R Programming

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.

Join the conversation

If you want to chat about Shiny, meet other developers, or help us decide what to work on next, join us on Discord.

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

536,988

Version

1.11.0

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Winston Chang

Last Published

June 24th, 2025

Functions in shiny (1.11.0)

applyInputHandlers

Apply input handlers to raw input values
bindCache

Add caching with reactivity to an object
bindEvent

Make an object respond only to specified reactive events
NS

Namespaced IDs for inputs/outputs
Progress

Reporting progress (object-oriented API)
bootstrapPage

Create a Bootstrap page
bootstrapLib

Bootstrap libraries
downloadButton

Create a download button or link
domains

Reactive domains
ExtendedTask

Task or computation that proceeds in the background
devmode

Shiny Developer Mode
diskCache

Create disk cache (deprecated)
MockShinySession

Mock Shiny Session
absolutePanel

Panel with absolute positioning
clickOpts

Control interactive plot point events
column

Create a column within a UI definition
actionButton

Action button/link
conditionalPanel

Conditional Panel
checkboxGroupInput

Checkbox Group Input Control
checkboxInput

Checkbox Input Control
createWebDependency

Create a web dependency
bookmarkButton

Create a button for bookmarking/sharing
brushedPoints

Find rows of data selected on an interactive plot.
brushOpts

Create an object representing brushing options
dateInput

Create date input
createRenderFunction

Implement custom render functions
fixedPage

Create a page with a fixed layout
fillRow

Flex Box-based row/column layouts
busyIndicatorOptions

Customize busy indicator options
htmlOutput

Create an HTML output element
callModule

Invoke a Shiny module
dateRangeInput

Create date range input
debounce

Slow down a reactive expression with debounce/throttle
fileInput

File Upload Control
enableBookmarking

Enable bookmarking for a Shiny application
downloadHandler

File Downloads
fillPage

Create a page that fills the window
headerPanel

Create a header panel
helpText

Create a help text element
isRunning

Check whether a Shiny application is running
isTruthy

Truthy and falsy values
icon

Create an icon
inputPanel

Input panel
freezeReactiveVal

Freeze a reactive value
exportTestValues

Register expressions for export in test mode
exprToFunction

Convert an expression to a function
getCurrentOutputInfo

Get output information
insertUI

Insert and remove UI objects
insertTab

Dynamically insert/remove a tabPanel
navbarPage

Create a page with a top level navigation bar
moduleServer

Shiny modules
isolate

Create a non-reactive scope for an expression
navlistPanel

Create a navigation list panel
knitr_methods

Knitr S3 methods
numericInput

Create a numeric input control
loadSupport

Load an app's supporting R files
makeReactiveBinding

Make a reactive variable
httpResponse

Create an HTTP response object
fluidPage

Create a page with fluid layout
flowLayout

Flow layout
getQueryString

Get the query string / hash component from the URL
getCurrentTheme

Obtain Shiny's Bootstrap Sass theme
markOutputAttrs

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

Mark a function as a render function
onStop

Run code after an application or session ends
outputOptions

Set options for an output object.
observe

Create a reactive observer
observeEvent

Event handler
invalidateLater

Scheduled Invalidation
passwordInput

Create a password input control
plotOutput

Create an plot or image output element
reactiveValuesToList

Convert a reactivevalues object to a list
reactiveValues

Create an object for storing reactive values
onFlush

Add callbacks for Shiny session events
maskReactiveContext

Evaluate an expression without a reactive context
markdown

Insert inline Markdown
onBookmark

Add callbacks for Shiny session bookmarking events
reactiveFileReader

Reactive file reader
reactivePoll

Reactive polling
reactiveTimer

Timer
reactiveVal

Create a (single) reactive value
memoryCache

Create memory cache (deprecated)
is.reactivevalues

Checks whether an object is a reactivevalues object
modalDialog

Create a modal dialog UI
renderImage

Image file output
dataTableOutput

Table output with the JavaScript DataTables library
pageWithSidebar

Create a page with a sidebar
reactlog

Reactive Log Visualizer
registerThemeDependency

Register a theme dependency
registerInputHandler

Register an Input Handler
plotPNG

Capture a plot as a PNG file.
repeatable

Make a random number generator repeatable
radioButtons

Create radio buttons
req

Check for required values
runExample

Run Shiny Example Applications
runApp

Run Shiny Application
runGadget

Run a gadget
runTests

Runs the tests associated with this Shiny app
reactive

Create a reactive expression
renderPrint

Text Output
renderPlot

Plot Output
parseQueryString

Parse a GET query string from a URL
reactiveConsole

Activate reactivity in the console
selectInput

Create a select list input control
serverInfo

Collect information about the Shiny Server environment
shinyApp

Create a Shiny app object
setBookmarkExclude

Exclude inputs from bookmarking
session

Session object
shiny.appobj

Shiny App object
removeInputHandler

Deregister an Input Handler
renderCachedPlot

Plot output with cached images
tableOutput

Table Output
renderUI

UI Output
runUrl

Run a Shiny application from a URL
restoreInput

Restore an input value
addResourcePath

Resource Publishing
reexports

Objects exported from other packages
showTab

Dynamically hide/show a tabPanel
setSerializer

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

Declare an error safe for the user to see
showModal

Show or remove a modal dialog
showNotification

Show or remove a notification
shiny-package

Web Application Framework for R
shinyUI

Create a Shiny UI handler
showBookmarkUrlModal

Display a modal dialog for bookmarking
shinyAppTemplate

Generate a Shiny application from a template
submitButton

Create a submit button
tabPanel

Create a tab panel
shinyServer

Define Server Functionality
getShinyOption

Get or set Shiny options
snapshotExclude

Mark an output to be excluded from test snapshots
snapshotPreprocessInput

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

Layout a sidebar and main area
tabsetPanel

Create a tabset panel
testServer

Reactive testing for Shiny server functions and modules
titlePanel

Create a panel containing an application title.
textOutput

Create a text output element
sliderInput

Slider Input Widget
sizeGrowthRatio

Create a sizing function that grows at a given ratio
updateCheckboxInput

Change the value of a checkbox input on the client
updateDateInput

Change the value of a date input on the client
textInput

Create a text input control
shinyDeprecated

Print message for deprecated functions in Shiny
snapshotPreprocessOutput

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

Create a textarea input control
splitLayout

Split layout
stacktrace

Stack trace manipulation functions
updateQueryString

Update URL in browser's location bar
updateCheckboxGroupInput

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

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

Change the selected tab on the client
stopApp

Stop the currently running Shiny app
updateTextAreaInput

Change the value of a textarea input on the client
updateRadioButtons

Change the value of a radio input on the client
updateDateRangeInput

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

Change the value of a select input on the client
updateSliderInput

Update Slider Input Widget
updateTextInput

Change the value of a text input on the client
urlModal

Generate a modal dialog that displays a URL
withMathJax

Load the MathJax library and typeset math expressions
updateNumericInput

Change the value of a number input on the client
withProgress

Reporting progress (functional API)
validate

Validate input values and other conditions
useBusyIndicators

Enable/disable busy indication
viewer

Viewer options
wellPanel

Create a well panel
varSelectInput

Select variables from a data frame
verticalLayout

Lay out UI elements vertically