mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-12 23:55:17 -05:00
18 lines
372 B
R
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.
|
|
}
|
|
|