R/runACORN.R

Defines functions runACORN

Documented in runACORN

#' Run the ACORN App
#'
#' @return
#' Open browser
#' @export
#'
#' @import bsplus data.table DBI DT flexdashboard flextable foreign grid gridExtra highcharter 
#' @import knitr jsonlite lubridate markdown openssl pushbar RColorBrewer readxl RSQLite shiny 
#' @import shinyBS shinyhelper shinythemes shinyWidgets tidyverse tools timevis vov
runACORN <- function() {
  appDir <- system.file("ACORN-app", package = "ACORN")
  shiny::runApp(appDir, display.mode = "normal")
}
ocelhay/ACORN documentation built on Dec. 6, 2020, 5:20 a.m.