R/shiny.R

#' Shiny application
#'
#' Run a shiny application to show git repository
#'
#' @export
#'
run_app <- function() {
  assert_shiny()
  shiny::runApp(system.file(package = "ggit", "ggit"))
}
denrou/ggit documentation built on May 5, 2019, 3:45 a.m.