install.packages(c(
  "RODBC",      # Database access
  "data.table", # Table manipulation
  "ggplot2",    # Charting
  "scales",     # Scale manipulations
  "rmarkdown",  # Presentation writing
  "knitr",      # Presentation production
  "shiny"       # Reporting
  ))


stephlocke/Rtraining documentation built on May 30, 2019, 3:36 p.m.