ComByPostal: Get City by Postal Code

Description Usage Arguments Details Value Note Examples

View source: R/ComByPostal.R

Description

Get informations about a French city by its INSEE Code. Please note that this package works only with French cities.

Usage

1
ComByPostal(codePostal)

Arguments

codePostal

a numeric vector with a postal code.

Details

Takes a postal code, returns a data.frame with the available values.

Value

Returns a data.frame with name, INSEE code, postal code, INSEE department code, INSEE region code, population (approx), surface (in hectares), lat and long (WGS-84).

Note

If you don't know the postal code of the city you're looking for, you can find it by using the ComByName function.

Examples

1
ComByPostal(codePostal = 29000)

ColinFay/rgeoapi documentation built on May 6, 2019, 12:22 p.m.