OECD Purchasing power parities (PPP) data analysis 1 - read CSV file with read_csv() function in R and make a dataframe to analyze.

Photo by Andrew Svk on Unsplash In this post, I will analyze OECD Purchasing power parities (PPP). From the OECD website, I got below CSV file. I analyze those data with R. Firstly, I load tidyvesr package. Let's load the CSV file with read_csv() function. We have 7 variables, LOCATION, INDICATOR, …