get_towns: Get the list of towns

Description Usage Arguments Value Examples

Description

Collect data on towns

Usage

1
get_towns(address_city = 34, print_steps = F)

Arguments

address_city

id of the city referring to get_cities()

print_steps

Print out proress

Value

data.frame of towns

Examples

1
2
3
get_towns(address_city = 34) # list of towns in Istanbul, Turkey
get_towns(address_city = 10001, print_steps = TRUE)
get_towns(address_city = 1:2)

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