DepByCode: Get Department by INSEE Code

Description Usage Arguments Details Value Note Examples

View source: R/DepByCode.R

Description

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

Usage

1
DepByCode(codeDepartement)

Arguments

codeDepartement

a numeric vector with an INSEE Code.

Details

Takes an INSEE Code, returns a data.frame with the available values.

Value

Returns a data.frame with name, INSEE code, and region code of the department.

Note

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

Examples

1
DepByCode(codeDepartement = 35)

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