name_to_standard_dep {ColOpenData} | R Documentation |
Department names are usually manually input, which leads to multiple errors and lack of standardization. This functions translates department names to their respective official names from DIVIPOLA.
name_to_standard_dep(department_name)
department_name |
character vector with the names to be translated. |
character vector with the DIVIPOLA name of the departments.
dptos <- c("Bogota DC", "San Andres")
name_to_standard_dep(dptos)