windows/GUI_geneHapR | R Documentation |
the GUI interface of geneHapR
build_app_geneHapR(...)
startGUI.geneHapR(...)
... |
not used |
if (interactive() & tools:::.OStype() == "windows") {
options(device.ask.default = FALSE)
app <- build_app_geneHapR()
startGUI.geneHapR()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.