Hello!
I am currently working with five datasets in r studio.
1)The GSDB dataset
2)The VDEM dataset
3)World Bank GDP Dataset
4)World Bank military spending/GDP Dataset
5)Uppsala armed conflict dataset
I have been trying to merge these datasets for a while now. I have already subsetted the specific variables I need, but I now find it difficult to clean and merge them. I cannot merge them just by country because I need two country columns from the GSDB dataset (sanctioned_state & sanctioning_state), and I cannot merge them by year because the two World Bank dataset have a variable for each year (so year_1960, year_1961 etc.), while the other one have one observable year column.
Can someone in this community maybe help me break this one? Thank you so much!