upgo_scrape_ab: Scrape location information from Airbnb listings

Description Usage Arguments Details Value

View source: R/upgo_scrape_ab.R

Description

upgo_scrape_ab scrapes location (city, region and country) from Airbnb listings.

Usage

1
upgo_scrape_ab(property, quiet = FALSE)

Arguments

property

An input table with a field named 'property_ID' which will be used to generate URLs for scraping.

quiet

A logical scalar Should the function execute quietly, or should it return status updates throughout the function (default)?

Details

TKTK

Value

A table with property_ID, city, region, and country, along with the raw strings used to identify the location and the date on which the scrape was performed.


UPGo-McGill/upgo documentation built on Nov. 20, 2021, 2:26 a.m.