add launchApp function to run an app asynchronously and open it in a web browser

This commit is contained in:
JJ Allaire
2012-07-16 06:18:57 -07:00
parent d982d15fbc
commit 7de29090db
3 changed files with 49 additions and 0 deletions

20
man/launchApp.Rd Normal file
View 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
}