name_to_code_dep {ColOpenData} | R Documentation |
Retrieve departments' DIVIPOLA codes from their names.
name_to_code_dep(department_name)
department_name |
character vector with the names of the departments. |
character vector with the DIVIPOLA codes of the departments.
dptos <- c("Tolima", "Huila", "Amazonas")
name_to_code_dep(dptos)