runHowlerExample {howler} | R Documentation |
Run {howler}
Example Applications
Description
Run {howler}
Example Applications
Usage
runHowlerExample(example = "basic", display.mode = "showcase", ...)
availableHowlerExamples()
Arguments
example |
Name of the example to load. Current examples include:
|
display.mode |
The mode in which to display the application. By default set to |
... |
Optional arguments to send to |
Value
This function does not return a value; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).
Examples
availableHowlerExamples()
if (interactive()) {
library(shiny)
library(howler)
runHowlerExample("basic")
}
[Package howler version 0.3.0 Index]