R/launch.R

#' Function launching bidget app
#'
#' @author Daniel Rodak
#' @importFrom shiny runApp
#' @export
launch <- function() {
  shiny::runApp(system.file('shiny', package = 'budgetr'),
                launch.browser = TRUE)
}
daniel-rodak/budgetr documentation built on May 25, 2019, 4:22 p.m.