View source: R/get_apicarto_codes_postaux.R
get_apicarto_codes_postaux | R Documentation |
Implementation of the "Codes Postaux" module from the IGN's apicarto. This API give information about commune from postal code.
get_apicarto_codes_postaux(code_post)
code_post |
|
Object of class data.frame
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.