R/main.R

Defines functions app_dir

Documented in app_dir

#' Get the test app's directory
#'
#' @export
app_dir <- function() {
  system.file("test-app", package = "test.shiny.app")
}
shrektan/test.shiny.app documentation built on May 3, 2019, 4:05 p.m.