Files
shiny/man/runApp.Rd
2012-07-04 14:11:35 -07:00

18 lines
372 B
R

\name{runApp}
\alias{runApp}
\title{Run an application that was created by \code{\link{startApp}}. This
function does not normally return.}
\usage{
runApp(ws_env)
}
\arguments{
\item{ws_env}{The return value from
\code{\link{startApp}}.}
}
\description{
Run an application that was created by
\code{\link{startApp}}. This function does not normally
return.
}