Learn R Programming

qgshiny (version 0.1.0)

run_qgshiny: 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

Run this code
# NOT RUN {
if (interactive()) {
 run_qgshiny()
}

# }

Run the code above in your browser using DataLab