Files
shiny/man/startApp.Rd
JJ Allaire 393593b2d2 roxygenize
2012-07-19 19:01:22 -07:00

15 lines
288 B
R

\name{startApp}
\alias{startApp}
\title{Instantiates the app in the current working directory.}
\usage{
startApp(port = 8101L)
}
\arguments{
\item{port}{The TCP port that the application should
listen on.}
}
\description{
Instantiates the app in the current working directory.
}