name_to_standard_dep | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.