median_prices.Rd
Returns summary median market information for the specified locations.
median_prices(locations = NULL, return_message = TRUE, ...)
locations | vector of location , location name must contain a city name and a comma ie "Brooklyn, NY" |
---|---|
return_message | if |
... | extra parameters |
a tibble
The location names must be a city and/or neighborhood bounded by commas.
# NOT RUN { median_prices(locations = c("Greenwich, CT", "New London, CT", "Woodside, CA", "Park Slope, Brooklyn, NY")) # }