median_prices | R Documentation |
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 |
The location names must be a city and/or neighborhood bounded by commas.
a tibble
median_prices(locations = c("Greenwich, CT", "New London, CT", "Woodside, CA", "Park Slope, Brooklyn, NY"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.