OECD Influenza vaccination rates data analysis with R 1 - Load CSV file date using read_csv() function

Bing Image Creator -- Photograph of small yellow flowers, high mountains and blue sky and clouds In this post, I will analyze OECD Influenza vaccination rates with R. First, I load tidyverse. Then, I use read_csv() function to load data on CSV file. Let's see first few rows. I see AUS has 74% vacci…