zillow_web_service_id: Get/Set Zillow Web Service ID

zillow_web_service_idR Documentation

Get/Set Zillow Web Service ID

Description

Convenience functions to set your Zillow Web Service ID as a global option

Usage

get_zillow_web_service_id()

set_zillow_web_service_id(x)

Arguments

x

A character string of length 1 with your Zillow Web Service ID.

Details

Each subscriber to Zillow Web Services is uniquely identified by an ID sequence, and every request to Web Services requires this ID. You may pass your ID to each ZillowR function explicitly, but by default each function uses the value saved in the global 'ZillowR-zws_id' option. The get_zillow_web_service_id and set_zillow_web_service_id functions make it easy to manipulate this option.

Visit the following URL to register for your own Zillow Web Service ID:
http://www.zillow.com/webservice/Registration.htm

Value

get_zillow_web_service_id returns a character value with the current 'ZillowR-zws_id' option, or NULL if unset.

set_zillow_web_service_id invisibly returns NULL.

Examples

set_zillow_web_service_id('ZWSID')
get_zillow_web_service_id()


ZillowR documentation built on May 5, 2022, 9:06 a.m.