data(Countries)
subset(Countries, maps=="Yugoslavia") # Where has Yugoslavia gone?
subset(Countries, is.na(gapminder)) # Things from maps with no GapMinder equivalent
subset(Countries, is.na(maps)) # Things from GapMinder with no maps equivalent
Run the code above in your browser using DataLab