shiny-package {shiny}R Documentation

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 prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.

Details

The Shiny tutorial at https://shiny.rstudio.com/tutorial/ explains the framework in depth, walks you through building a simple application, and includes extensive annotated examples.

Author(s)

Maintainer: Winston Chang winston@posit.co (ORCID)

Authors:

Other contributors:

See Also

shiny-options for documentation about global options.


[Package shiny version 1.8.1.1 Index]