To track the vaccination efforts, I scrapped vaccination data from the web using publicly available data sources.
Data from: Our World in Data, https://ourworldindata.org/.
Location and Date (YYYY-MM-DD) data was last updated:
# A tibble: 45 x 3
# Groups: location [45]
location iso_code date
<chr> <chr> <chr>
1 Argentina ARG 2020-12-31
2 Austria AUT 2020-12-30
3 Bahrain BHR 2021-01-04
4 Belgium BEL 2021-01-02
5 Bulgaria BGR 2021-01-01
6 Canada CAN 2021-01-04
7 Chile CHL 2021-01-05
8 China CHN 2020-12-31
9 Costa Rica CRI 2021-01-03
10 Croatia HRV 2021-01-03
# ... with 35 more rows
However, this graph is slightly misleading because it does not put into account the total populations of the Locations being observed, when it comes to the total vaccinations per 100 people the graph looks like this.