Description Usage Arguments Value Examples
Collect data on districts
1 | get_districts(address_town = 421, print_steps = F)
|
address_town |
id of the country referring to get_towns() |
print_steps |
Print out proress |
data.frame of districts
1 2 3 4 | get_districts(address_town = 438) # list of districts in Adalar, Istanbul, Turkey
get_districts(address_town = 1)
get_districts(address_town = 257, print_steps = TRUE)
get_districts(address_town = 1:2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.