run_qgshiny: Run the application

Description Usage Arguments Examples

View source: R/runExample.R

Description

Runs the 'shiny' application interactively.

Usage

1
run_qgshiny(display.mode = c("normal", "showcase"))

Arguments

display.mode

The mode in which to display the application. If "showcase", application code is displayed along with the output. If "normal" (default), the code is hidden.

Examples

1
2
3
if (interactive()) {
 run_qgshiny()
}

qgshiny documentation built on July 8, 2020, 6:33 p.m.