code_to_name_mun: Retrieve municipalities' DIVIPOLA names from codes

View source: R/divipola.R

code_to_name_munR Documentation

Retrieve municipalities' DIVIPOLA names from codes

Description

Retrieve municipalities' DIVIPOLA official names from their DIVIPOLA codes.

Usage

code_to_name_mun(municipality_code)

Arguments

municipality_code

character vector with the DIVIPOLA codes of the municipalities.

Value

character vector with the DIVIPOLA name of the municipalities.

Examples


mpios <- c("73001", "11001", "05615")
code_to_name_mun(mpios)


ColOpenData documentation built on April 4, 2025, 12:17 a.m.