library(dplyr)
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
library(ggplot2)
library(RColorBrewer)
setwd("C:/Users/akais/OneDrive/Documents/nationsdataset")
nations <- read.csv("nations.csv")