name_to_standard_dep {ColOpenData} | R Documentation |
Translate department names to official departments' DIVIPOLA names
Description
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.
Usage
name_to_standard_dep(department_name)
Arguments
department_name |
character vector with the names to be translated. |
Value
character vector with the DIVIPOLA name of the departments.
Examples
dptos <- c("Bogota DC", "San Andres")
name_to_standard_dep(dptos)
[Package ColOpenData version 0.3.0 Index]