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

View File

@@ -5,6 +5,7 @@ export(reactiveTable)
export(reactiveText)
export(reactiveTimer)
export(runApp)
export(launchApp)
S3method(reactive,default)
S3method(reactive,"function")
S3method("$",reactvaluesreader)