code_to_name_dep {ColOpenData} | R Documentation |
Retrieve departments' DIVIPOLA official names from their DIVIPOLA codes.
code_to_name_dep(department_code)
department_code |
character vector with the DIVIPOLA codes of the departments. |
character vector with the DIVIPOLA name of the departments.
dptos <- c("73", "05", "11")
code_to_name_dep(dptos)