1 Summary Case Study

This is the pack of case study analysis. The code in R markdown file format and the calculation results are saved here: <?????>.

2 Analysis

2.1 Create a R project and set-up the folder structure

knitr::include_graphics("C:\\Users\\bewad\\OneDrive\\Desktop\\Folder Structure.png")

2.2 Load library needed

library(tidyverse)
library(data.table)
library(janitor)
library(lubridate)

2.3 Including Plots

You can also embed plots, for example:

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.