countries.csv

The countries.csv data include information from the year 2019 on \(N=196\) countries.


The attributes included in the data are:


Preview

# Import data
library(tidyverse)
countries <- read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/countries.csv")

References