| run_gnpc_app | R Documentation |
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.
run_gnpc_app(
launch.browser = interactive(),
host = "127.0.0.1",
port = NULL,
...
)
launch.browser |
Logical; open in a web browser? Defaults to |
host |
Host interface passed to |
port |
Optional integer port. If |
... |
Additional arguments forwarded to |
## Not run:
run_gnpc_app()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.