powered by
{howler}
Run {howler} Example Applications
runHowlerExample(example = "basic", display.mode = "showcase", ...)availableHowlerExamples()
availableHowlerExamples()
This function does not return a value; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).
Name of the example to load. Current examples include:
Basic example of howler in use
howler
Basic example of using all buttons available in howler
Example of using the howlerModule
howlerModule
Example showing server-side functionality
The mode in which to display the application. By default set to "showcase" to show code behind the example.
"showcase"
Optional arguments to send to shiny::runApp
shiny::runApp
availableHowlerExamples() if (interactive()) { library(shiny) library(howler) runHowlerExample("basic") }
Run the code above in your browser using DataLab