get_links: Get links from the API response

Description Usage Arguments Value Examples

Description

Get property related links of the response

Usage

1
get_links(response)

Arguments

response

The API response from 'get_search_results'

Value

A data frame with several links associated with the property

Examples

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

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

## End(Not run)

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