Learn R Programming

microhaplot (version 1.0.1)

runShinyHaplot: 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

Run this code
# NOT RUN {
if(interactive()){
runShinyHaplot()
}
# }

Run the code above in your browser using DataLab