Learn R Programming

ColOpenData (version 1.0.0)

code_to_name_dep: Retrieve departments' DIVIPOLA names from codes

Description

Retrieve departments' DIVIPOLA official names from their DIVIPOLA codes.

Usage

code_to_name_dep(department_code)

Value

character vector with the DIVIPOLA name of the departments.

Arguments

department_code

character vector with the DIVIPOLA codes of the departments.

Examples

Run this code
if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true")
dptos <- c("73", "05", "11")
code_to_name_dep(dptos)
}

Run the code above in your browser using DataLab