DepByReg: Get Departments by Region

Description Usage Arguments Details Value Note Examples

View source: R/DepByReg.R

Description

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

Usage

1
DepByReg(codeRegion)

Arguments

codeRegion

a numeric vector with an INSEE code.

Details

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

Value

Returns a data.frame with departments names, INSEE codes, and region codes of the departments.

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
DepByReg(codeRegion = 53)

rgeoapi documentation built on May 30, 2017, 12:04 a.m.