Download and graph UN votes data with the unvotes package in R

Packages we will need: How to download UN votes to R. This package was created by David Robinson. Click here to read the CRAN PDF. We will download both the votes roll calls and the issues. Then we can use the inner_join() variable to add them together by the ID. We can create a year … Continue reading Download and graph UN votes data with the unvotes package in R