bbcassignment

Assignment - view explanation.txt for an outline on the choices I made.

Prerequisites:

  • Download the latest version of R and RStudio
  • Download article-Devices.csv (included)
  • Download the script.R file (included)

Make sure that article-Devices.csv and script.R are at the same level on your directory.

Install the following packages to RStudio:

  • tidyverse
  • ggplot2
  • lubridate
  • bbplot
  • reshape2

using the following command: install.packages(c("tidyverse", "ggplot2", "lubridate", "bbplot", "reshape2"))

Run script.R and the results of the assignments will be printed.