R/launch_birdcage.R

Defines functions launch_birdcage

Documented in launch_birdcage

#' Launch birdcage
#' 
#' @param ... Arguments passed to or from other methods.
#' 
#' @importFrom shiny runApp
#' 
#' @export
launch_birdcage <- function(...) {
  runApp(
    appDir = system.file("shiny-birdcage", package = "birdcage") ,
    ...
  )
}
knapply/birdcage documentation built on Feb. 10, 2020, 8:49 p.m.