RegByName: Get Region by Name

Description Usage Arguments Details Value Examples

View source: R/RegByName.R

Description

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

Usage

1
RegByName(nom)

Arguments

nom

a character string with the name of the department. Partial matches are possible. In that case, typographic pertinence scores are given.

Details

Takes a name, returns a data.frame with the available values.

Value

Returns a data.frame with name, INSEE code, and typographic pertinence score for the request.

Examples

1
2
RegByName(nom = "Bretagne")
RegByName(nom = "M")

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