R/run_scviewer.R

Defines functions run_scviewer

Documented in run_scviewer

#' Start scviewer
#' 
#' @param ... All arguments are ignored
#' 
#' @details Uses the `ui` and `server` functions defined in `scviewer`.
#' 
#' @importFrom shiny shinyApp
#' 
#' @export
#' 
run_scviewer <- function(...) {
  shinyApp(ui, server)
}
ChristopherBarrington/scviewer documentation built on June 30, 2023, 5:34 p.m.