Description Usage Arguments Value
View source: R/upgo_scrape_cl.R
upgo_scrape_cl
scrapes all data from Craigslist rental
listings in a given city.
1 2 3 4 5 6 7 8 |
city |
A character scalar indicating the city to scrape. It must correspond to the domain prefix used for a city's Craigslist site (e.g. "sfbay" for the San Francisco Bay area). |
old_results |
A data frame. If the output of a previous run of
|
old_results_add |
A logical scalar. Should the function add old results to the table, or skip them (default)? |
recovery |
A logical vector. Should the function attempt to recover results from a previous, unsuccessful function call? |
proxies |
Character vector of IPs to use for proxy connections. |
quiet |
A logical vector. Should the function execute quietly, or should it return status updates throughout the function (default)? |
A table with one row per listing scraped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.