mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-15 01:48:11 -05:00
23 lines
752 B
R
23 lines
752 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/shiny.R
|
|
\docType{package}
|
|
\name{shiny-package}
|
|
\alias{shiny}
|
|
\alias{shiny-package}
|
|
\title{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.
|
|
}
|
|
\details{
|
|
The Shiny tutorial at \url{http://shiny.rstudio.com/tutorial/} explains
|
|
the framework in depth, walks you through building a simple application, and
|
|
includes extensive annotated examples.
|
|
}
|
|
\seealso{
|
|
\link{shiny-options} for documentation about global options.
|
|
}
|
|
|