I'm trying to read this file of a list of countries into R. R can't seem to be able to read it since the imported dataset appears as empty.
This is my code:
universe = read.csv("country-keyword-list.csv")
No error message appeared. Stata read the file just fine.
This is the link to the CSV file in question: