start_app: Run an interactive app
Description
Run an interactive app
Usage
start_app(app, host = "localhost", port = 9454, browser = "viewer")
Arguments
app
An app; output from the 'create_app' function
host
character string; Address to host the app.
port
integer; Port to host the app.
browser
"browser" (web) or "viewer" (R).