powered by
Zips codes in Brazil are known as CEP, the abbreviation for postal code address. CEPs in Brazil are 8 digits long, with the format 'xxxxx-xxx'.
'xxxxx-xxx'
cep_to_state(cep)
A numeric string with 8 digits in the format xxxxxxxx, or a character with the format 'xxxxx-xxx'.
xxxxxxxx
A character string with a state abbreviation
# NOT RUN { uf <- cep_to_state(cep = '69900-000') # Or: uf <- cep_to_state(cep = 69900000) # } # NOT RUN { # }
Run the code above in your browser using DataLab