Files
shiny/man/serviceApp.Rd
Joe Cheng 8a687851f2 Allow multiple clients to connect; doc improvements
- Multiple clients can now connect on a single port, and each one gets a unique shinyapp instance
- Improve docs for reactiveXXX functions
- Simplify interface for running an app
2012-07-13 00:29:17 -07:00

18 lines
438 B
R

\name{serviceApp}
\alias{serviceApp}
\title{Run an application that was created by \code{\link{startApp}}. This
function should normally be called in a \code{while(T)} loop.}
\usage{
serviceApp(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 should normally be
called in a \code{while(T)} loop.
}