world_cities {mdsr} | R Documentation |
Cities and their populations
Description
A list of cities
Usage
world_cities
Format
A data frame with 4,428 observations on the following 10 variables.
- geoname_id
integer id of record in geonames database
- name
name of geographical point in plain ascii characters
- latitude
latitude in decimal degrees (wgs84)
- longitude
longitude in decimal degrees (wgs84)
- country
ISO-3166 2-letter country code
- country_region
fipscode
- population
Population
- timezone
the iana timezone id
- modification_date
date of last modification
Source
GeoNames: http://download.geonames.org/export/dump/
Examples
world_cities
[Package mdsr version 0.2.7 Index]