search_for_sale_batch: Get search results for for 'satilik'

Description Usage Arguments Value Examples

Description

Get search results for for 'satilik'

Usage

1
2
search_for_sale_batch(address_town = 421, districts, sleep = 20,
  write_dir = getwd())

Arguments

address_town

id is of towns. Omited if district provided

districts

df of districts/quarters to search for. For details get_districts

sleep

how long should wait before getting results of next page, in seconds

write_dir

Dir to write hmtl files and logs under random dir name, if NA, nothing is written to disk

Value

list of following elements:

Examples

1
2
3
4
5
## Not run: 
d  <- get_districts(address_town = 421)
s <- search_for_sale_batch(districts = d[1,], write_dir = NA, sleep = 5)

## End(Not run) 

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