run_granular: Run the granular shiny app locally

Description Usage Arguments

View source: R/run_shiny.R

Description

Run the granular shiny app locally

Usage

1
2
run_granular(port = NULL, launch.browser = TRUE,
  host = getOption("shiny.host", "127.0.0.1"))

Arguments

port

The TCP port that the application should listen on. Defaults to choosing a random port.

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.

host

The IPv4 address that the application should listen on. Defaults to the shiny.host option, if set, or "127.0.0.1" if not.


csiro-crop-informatics/granular documentation built on June 5, 2020, 1:45 p.m.