ComByReg: Get Cities by Region

Description Usage Arguments Details Value Note Examples

View source: R/ComByReg.R

Description

Get informations about all the cities in a French region by its INSEE code. Please note that this package works only with French cities.

Usage

1
ComByReg(codeRegion, postal = FALSE)

Arguments

codeRegion

a numeric vector with a region INSEE code.

postal

wether or not to include postal codes. Default is FALSE.

Details

Takes a region INSEE ode, returns a data.frame with the available values.

Value

Returns a data.frame with names of the cities, INSEE codes, postal codes, INSEE department codes, INSEE region codes, population of the cities (approx), surface of the cities (in hectares), lat and long (WGS-84).

Note

If you don't know the INSEE code of the region you're looking for, you can find it by using the RegByName function.

Examples

1
ComByReg(codeRegion = 53) 

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