start_app: Start Phuse Web Application

Description Usage Arguments Author(s) Examples

Description

start phuse web appllication framework. This includes all the functions in start_phuse plus starting standalone application by name.

Usage

1
2
3
4
start_app(app_name = NULL, n = 2, pkg = "phuse", pt = NULL,
  lb = getOption("shiny.launch.browser", interactive()),
  ht = getOption("shiny.host", "127.0.0.1"), dm = "normal",
  msg_lvl = NULL, loc = "local")

Arguments

app_name

app or script name

n

Example number

pkg

package name

pt

Port number

lb

define the browser- shiny.launch.browser

ht

define the host or ip address

dm

display modes are auto, normal or showcase

msg_lvl

message level

loc

location of the scirpt: local|github; default to 'local'

Author(s)

Hanming Tu

Examples

1
2
3
4
5
6
## Not run: 
  library(phuse)
  start_appe()  # default to "02_display"
  start_app(1)  # start "01_html"

## End(Not run)

phuse documentation built on March 26, 2020, 6:31 p.m.