properties_near: Properties near a location

properties_nearR Documentation

Properties near a location

Description

This function returns 50 properties near a specified location.

Usage

properties_near(locations = NULL, return_message = TRUE)

Arguments

locations

a vector of locations

return_message

if TRUE returns a message

Details

The location can be an exact address, zipcode city or a neighborhood.

Examples

locations <-  c("2449 Tracy Place, NW, Washington DC", "Sunset Island, Miami Beach, FL" )
properties_near(locations = locations)

abresler/realtR documentation built on May 5, 2024, 8:21 a.m.