Description Usage Arguments Value Examples
Get search results for for 'satilik'
1 2 | search_for_sale_batch(address_town = 421, districts, sleep = 20,
write_dir = getwd())
|
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 |
list of following elements:
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.