R/drawCellShiny.R

Defines functions drawCellShiny

Documented in drawCellShiny

#' Run Shiny app for the drawCell Package
#'
#' @export
drawCellShiny <- function() {
  shiny::shinyAppDir(appDir = base::system.file("shinyApp/drawCellShiny",
    package = "drawCell"
  ))
}
svalvaro/drawCell documentation built on Nov. 22, 2022, 5:29 p.m.