run_app: Run the Shiny Application

View source: R/run_app.R

run_appR Documentation

Run the Shiny Application

Description

Run the Shiny Application

Usage

run_app(
  server_version = FALSE,
  seed = round(runif(n = 1, min = 0, max = 2^7)),
  host = "127.0.0.1",
  ...
)

Arguments

server_version

TRUE if the app is deployed on web server, else (default), FALSE

seed

seed for random state to ensure reproducible runs along DIANE's pipeline

host

IP address of the app (e.g "127.0.0.1" for localhost, "0.0.0.0", ...)

...

A series of options to be used inside the app.

Value

shiny application


OceaneCsn/DIANE documentation built on Jan. 10, 2024, 6:43 p.m.