Returns summary median market information for the specified locations.

median_prices(locations = NULL, return_message = TRUE, ...)

Arguments

locations

vector of location , location name must contain a city name and a comma ie "Brooklyn, NY"

return_message

if TRUE returns a message

...

extra parameters

Value

a tibble

Details

The location names must be a city and/or neighborhood bounded by commas.

Examples

# NOT RUN {
median_prices(locations = c("Greenwich, CT", "New London, CT", "Woodside, CA", "Park Slope, Brooklyn, NY"))
# }