Files
shiny/man/shiny-package.Rd
Joe Cheng dde266768c Restore HTML generating functions
These functions were temporarily ripped out of Shiny and moved
to the htmltools package. We've discovered that it's safe to
keep including them in shiny; as long as the functions in shiny
and the functions in htmltools are identical, the user won't
receive a conflict warning.
2014-05-31 08:06:03 -07:00

19 lines
652 B
R

% Generated by roxygen2 (4.0.1): do not edit by hand
\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://rstudio.github.com/shiny/tutorial} explains
the framework in depth, walks you through building a simple application, and
includes extensive annotated examples.
}