busca_estado {cepR} | R Documentation |
Busca Bairros por Estado e Cidade
Description
Busca bairros por estado e cidade (search for neighbourhoods by state and city).
Usage
busca_estado(
estado = c("AC", "AL", "AP", "AM", "BA", "CE", "DF", "ES", "GO", "MA", "MT", "MS",
"MG", "PA", "PB", "PR", "PE", "PI", "RJ", "RN", "RS", "RO", "RR", "SC", "SP", "SE",
"TO"),
cidade = NULL,
token = NULL
)
Arguments
estado |
sigla do estado (acronym of the state). |
cidade |
nome da cidade (city name). |
token |
Token de autorização. Veja <http://cepaberto.com/users/register>. |
[Package cepR version 0.1.2 Index]