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 |
Examples
if (interactive()) {
run_qgshiny()
}
[Package qgshiny version 0.1.0 Index]