OECD Threatened species data analysis 1 - read csv file into R

Hello. In this blog, I will analyize OECD Threatend species data.First, I goet data from OECD web site. Biodiversity - Threatened species - OECD DataThe csv file looks below Let's read this file into R. First of all, load tidyverse pachage. Then, use read_csv() function to read a csv file. let's ch…