R Package Installation

1.
Start of every R script


apt-get update
apt-get install -y libxml2-dev




































install.packages("xml2")
install.packages("tidyverse")
install.packages("lubridate")
install.packages("rebus")
install.packages("rvest")