Learn R Programming

happign (version 0.3.3)

get_apicarto_codes_postaux: Apicarto Codes Postaux

Description

Implementation of the "Codes Postaux" module from the IGN's apicarto. This API give information about commune from postal code.

Usage

get_apicarto_codes_postaux(code_post)

Value

Object of class data.frame

Arguments

code_post

character corresponding to the postal code of a commune

Examples

Run this code
if (FALSE) {

info_commune <- get_apicarto_codes_postaux("29760")

code_post <- c("29760", "29260")
info_communes <- get_apicarto_codes_postaux(code_post)
}

Run the code above in your browser using DataLab