# vtable is use to generate formatted table of a given data-set.
library(vtable)Loading required package: kableExtra
# ggplot2 is used to create plots like scatter plots, line plots and many more based on a given data set.
library(ggplot2)
# dplyr is used to transform data frame using pipe commands (%>%).
library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:kableExtra':
group_rows
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union