| cities_lon_lat | R Documentation | 
A subset of world.citiesmaps. Extracted in order to shink number of dependencies. Only cities with pop > 50k are keept.
Przemyslaw Biecek [based on world.cities]
## Not run: 
	library(maps)
	data(world.cities)
	cities_lon_lat <- world.cities[!duplicated(world.cities$name),]
	rownames(cities_lon_lat) = cities_lon_lat[,1]
	cities_lon_lat <- cities_lon_lat[cities_lon_lat$pop > 50000,]
	cities_lon_lat <- cities_lon_lat[,4:5]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.