Hide / show the code
# Loading the libraries-----------------------------------------------------
if (!require("pacman")) install.packages("pacman")
p_load(pacman, readxl, RColorBrewer, tidytext, tidyverse, textdata, wordcloud)
# Setting the Working directory---------------------------------------------
WorkingDirectory <- getwd()
if (!is.null(WorkingDirectory)) setwd(WorkingDirectory)
# Loading the Data----------------------------------------------------------
dataset.df <- read_excel("indicators.xlsx")
#--------------------------------------------------------------------------