snb_sim_app: Run the snb Simulation Web Application

Description Usage Arguments

View source: R/sim_app.r

Description

This function launches a shiny web page for visualizing the stopped negative binomial simulation in the browser.

Usage

1
2
snb_sim_app(port = 8100L, launch.browser = getOption("shiny.launch.browser",
  interactive()), workerId = "")

Arguments

port

The TCP port that the application should listen on. Defaults to port 8100.

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only.

workerId

Can generally be ignored. Exists to help some editions of Shiny Server.


kaneplusplus/snb documentation built on May 20, 2019, 7:20 a.m.