start_phuse: Start Phuse Web Application

start_phuseR Documentation

Start Phuse Web Application

Description

start phuse web appllication framework.

Usage

start_phuse(
  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
)

Arguments

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

Author(s)

Hanming Tu

Examples

## Not run: 
  library(phuse)
  start_phusee()  # default to "02_display"
  start_phuse(1)  # start "01_html"

## End(Not run)

TuCai/phuse documentation built on Sept. 2, 2022, 5:17 a.m.