get_loc: Get location data from the API response

Description Usage Arguments Value Examples

Description

Get the location data of the property from the API response, e.g. ZIP, full address, latitude and longitude

Usage

1
get_loc(response)

Arguments

response

The API response from 'get_search_results'

Value

A data frame including the following information:

Examples

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

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

## End(Not run)

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