Learn R Programming

rgeoapi (version 1.1.0)

RegByCode: Get Region by INSEE Code

Description

Get informations about a French region by its INSEE code. Please note that this package works only with French regions.

Usage

RegByCode(codeRegion)

Arguments

codeRegion
a numeric vector with an INSEE code.

Value

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

Details

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

Examples

Run this code
RegByCode(codeRegion = 53)

Run the code above in your browser using DataLab