dashboardPlot.RddashboardPlot Creates an interactive Shiny plot to explore results
  generated in the function excessCases. Drop down menus
  allow for viewing different syndromes, age groups, and geographies, and
  for looking at plots of raw counts, proportions, or Observed/Expected.
dashboardPlot(all.glm.res)
| all.glm.res | Provide the object returned by the function
  | 
    
|---|
Returns an object representing the shinyapp. Depending on the
  environment (RStudio vs. console) the app may then be passed to
  print(), which will start the server. Refer to
  link[shiny]{shinyApp} for more details.