get_near: Get local real estate data from the API response

Description Usage Arguments Value Examples

Description

Get local real estate data, e.g. Region, id, type(i.e. neighborhood), Zillow Home Value Index

Usage

1
get_near(response)

Arguments

response

The API response from 'get_search_results'

Value

A data frame with local real estate data

Examples

1
2
3
4
5
6
7
8
## Not run: 
response <- get_search_results("2144 Bigelow Ave", "Seattle", "WA")
get_near(response)

get_search_results("2144 Bigelow Ave", "Seattle", "WA") %>%
  get_near()

## End(Not run)

estebanangelm/RealEstateR documentation built on May 29, 2019, 10:37 a.m.