mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
add launchApp function to run an app asynchronously and open it in a web browser
This commit is contained in:
20
man/launchApp.Rd
Normal file
20
man/launchApp.Rd
Normal file
@@ -0,0 +1,20 @@
|
||||
\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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user