Run shiny microhaplot app

runShinyHaplot(
  path = system.file("shiny", "microhaplot", package = "microhaplot")
)

Arguments

path

Path to shiny microhaplot app. Optional. If not specified, the path is default to local app path.

Value

Runs shiny microhaplot application via shiny::runApp which typically doesn't return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).

Examples

if(interactive()){ runShinyHaplot() }