OECD Nutrient balance data analysis 1 - load data into R

Photo by ross tek on Unsplash In this post, I will upload OECD Nutrient balance data in to R.From OECD web iste, I downloaded data csv file like below. Let's analyze this data in R! Firstly I load "tidyverse" package, this is the great package for R users. I use read_csv() fundtion to load CSV fileā€¦