mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-03 19:25:15 -05:00
15 lines
288 B
R
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.
|
|
}
|
|
|