name_to_code_dep: Retrieve departments' DIVIPOLA codes from names

View source: R/divipola.R

name_to_code_depR Documentation

Retrieve departments' DIVIPOLA codes from names

Description

Retrieve departments' DIVIPOLA codes from their names.

Usage

name_to_code_dep(department_name)

Arguments

department_name

character vector with the names of the departments.

Value

character vector with the DIVIPOLA codes of the departments.

Examples


dptos <- c("Tolima", "Huila", "Amazonas")
name_to_code_dep(dptos)


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