properties_near.Rd
This function returns 50 properties near a specified location.
properties_near(locations = NULL, return_message = TRUE)
locations | a vector of locations |
---|---|
return_message | if |
The location can be an exact address, zipcode city or a neighborhood.
# NOT RUN { locations <- c("2449 Tracy Place, NW, Washington DC", "Sunset Island, Miami Beach, FL" ) properties_near(locations = locations) # }