Learn R Programming

rgeoapi (version 1.1.0)

DepByCode: Get Department by INSEE Code

Description

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

Usage

DepByCode(codeDepartement)

Arguments

codeDepartement
a numeric vector with an INSEE Code.

Value

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

Details

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

Examples

Run this code
DepByCode(codeDepartement = 35)

Run the code above in your browser using DataLab