start_app {comFuncs}R Documentation

Start R Shiny app

Description

start R Shiny apps included in this package.

Usage

start_app(
  app_name = "showenv",
  n = 1,
  pkg = "comFuncs",
  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

app 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

# this function start an interactive page so we could not add an runnable
# example
 NULL;

[Package comFuncs version 0.0.6 Index]