runShinyHaplot {microhaplot} | R Documentation |
Run shiny microhaplot
Description
Run shiny microhaplot app
Usage
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()
}
[Package microhaplot version 1.0.1 Index]