run_gnpc_app: Launch the GNPC Shiny app

View source: R/run_gnpc_app.R

run_gnpc_appR Documentation

Launch the GNPC Shiny app

Description

Launches the interactive demo shipped with the package (can be found in inst/shiny/GNPC_app). The app demonstrates NPC, GNPC, and G-DINA workflows and the ECPE real-data example.

Usage

run_gnpc_app(
  launch.browser = interactive(),
  host = "127.0.0.1",
  port = NULL,
  ...
)

Arguments

launch.browser

Logical; open in a web browser? Defaults to interactive().

host

Host interface passed to shiny::runApp. Defaults to "127.0.0.1".

port

Optional integer port. If NULL, Shiny picks a free port.

...

Additional arguments forwarded to shiny::runApp().

Examples

## Not run: 
  run_gnpc_app()

## End(Not run)

NPCDTools documentation built on Sept. 1, 2026, 1:08 a.m.