R/Genotypic_Path_app.R

Defines functions Genotypic_Path_app

Documented in Genotypic_Path_app

Genotypic_Path_app <- function() {
  appDir <- system.file("Genotypic_Path", package = "TBA")
  if (appDir == "") {
    stop("Could not find directory. Try re-installing `TBA`.", call. = FALSE)
  }
  shiny::runApp(appDir, display.mode = "normal")
}

Try the TBA package in your browser

Any scripts or data that you put into this service are public.

TBA documentation built on June 8, 2025, 1:07 p.m.