get_districts: Get the list of districts

Description Usage Arguments Value Examples

Description

Collect data on districts

Usage

1
get_districts(address_town = 421, print_steps = F)

Arguments

address_town

id of the country referring to get_towns()

print_steps

Print out proress

Value

data.frame of districts

Examples

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)

bhakyuz/sahibinden documentation built on June 12, 2019, 2:28 p.m.