run_qgshiny {qgshiny}R Documentation

Run the application

Description

Runs the 'shiny' application interactively.

Usage

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

if (interactive()) {
 run_qgshiny()
}


[Package qgshiny version 0.1.0 Index]