Implementation of the "Codes Postaux" module from the IGN's apicarto. This API give information about commune from postal code.
Examples
if (FALSE) { # \dontrun{
info_commune <- get_apicarto_codes_postaux("29760")
code_post <- c("29760", "29260")
info_communes <- get_apicarto_codes_postaux(code_post)
} # }