runExampleApp {radarchart} | R Documentation |
Run an example Shiny app
Description
The radarchart package contains a number of demo Shiny apps to illustrate how
to use the plots. The code is in inst/shiny-examples/
and running this
function will allow quick access to the apps.
Usage
runExampleApp(example)
Arguments
example |
the name of the example. Choose from "basic" or "options". |
Examples
## Not run:
runExample("basic")
## End(Not run)
[Package radarchart version 0.3.1 Index]