R/equity_research_app.R

Defines functions equity_research

equity_research <- function(){

  appDir <- system.file("equity-research", package = "equityresearch")
  if (appDir == "") {
    stop("Could not find myapp. Try re-installing `equityresearch`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")


}
zac-garland/equityresearch documentation built on July 30, 2020, 2:29 p.m.