## get "Paris"
cities(75000)
## inverse: get 75000: postal code for Paris
zipCode("Paris")
## all postal code at 7 kms from Paris
codesNearToCode(75000,7)
## idem, with city name
cityNearToCode(75000,7)
Run the code above in your browser using DataLab