OECD Gender wage gap data analysis 1 - Load CSV file data into R

Photo by Trevor McKinnon on Unsplash In this post, I will analyze OECD Gender wage gap data. From the OECD web site, I downloaded the CSV data file like below. I will use R to analyze this data. First, I load tidyverse packages Then, I use read_csv() function to load CDV data into R. Let's check ea…