R/write_registry.R
write_registry.Rd
This function stores the mapping between administrative division codes
(areacode
) and their corresponding attributes (values
) into a specific
dictionary file, such as registry_dict
or area_type_dict
.
write_registry(x = NULL, dict_type = "registry")
# S3 method for class 'data.frame'
write_registry(x = NULL, dict_type = "registry")
# S3 method for class 'list'
write_registry(x = NULL, dict_type = "registry")
# S3 method for class '`NULL`'
write_registry(x = NULL, dict_type = "registry")
# S3 method for class 'character'
write_registry(x = NULL, dict_type = "registry")
A tibble containing the updated dictionary.