handwriterApp {handwriterApp} | R Documentation |
Lauch a 'shiny' application for 'handwriter'.
handwriterApp(...)
... |
Other arguments passed on to 'onStart', 'options', 'uiPattern', or 'enableBookmarking' of 'shiny::shinyApp' |
No return value, called to launch 'shiny' app
## Only run this example in interactive R sessions
if (interactive()) {
options(device.ask.default = FALSE)
handwriterApp()
}