get_apicarto_codes_postaux: Apicarto Codes Postaux

View source: R/get_apicarto_codes_postaux.R

get_apicarto_codes_postauxR Documentation

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)

Arguments

code_post

character corresponding to the postal code of a commune

Value

Object of class data.frame

Examples

## Not run: 

info_commune <- get_apicarto_codes_postaux("29760")

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

## End(Not run)


happign documentation built on Sept. 11, 2024, 7:17 p.m.