handwriterApp {handwriterApp}R Documentation

Handwriter Application

Description

Lauch a 'shiny' application for 'handwriter'.

Usage

handwriterApp(...)

Arguments

...

Other arguments passed on to 'onStart', 'options', 'uiPattern', or 'enableBookmarking' of 'shiny::shinyApp'

Value

No return value, called to launch 'shiny' app

Examples

## Only run this example in interactive R sessions
if (interactive()) {
  options(device.ask.default = FALSE)
  handwriterApp()
}


[Package handwriterApp version 1.0.1 Index]