Returns listing table. Slower and not advised unless listings() does not work for your search.

table_listings(locations, include_features = F, radius = NULL,
  parse_property_details = F, return_message = T, ...)

Arguments

locations

vector of table listings

include_features

if TRUE includes property features from pages

radius

if not NULL additional search radius

parse_property_details

if TRUE

return_message

if TRUE returns messages

...

extra parameters

Value

a tibble

Examples

# NOT RUN {
table_listings(locations = "Marietta, GA")
# }