mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-30 17:28:32 -05:00
21 lines
412 B
R
21 lines
412 B
R
\name{launchApp}
|
|
\alias{launchApp}
|
|
\title{Run an application in a new process and open it in a web browser}
|
|
\usage{
|
|
launchApp(appDir, port = 8101L)
|
|
}
|
|
\arguments{
|
|
\item{appDir}{Application directory}
|
|
|
|
\item{port}{The TCP port that the application should
|
|
listen on}
|
|
}
|
|
\value{
|
|
The URL used to access the application.
|
|
}
|
|
\description{
|
|
Run an application in a new process and open it in a web
|
|
browser
|
|
}
|
|
|