zillow_read: Read static Zillow data from the web

Description Usage Arguments Value

View source: R/read.R

Description

This function is designed to read in Zillow's public research data via the site's static-address .csv links.

Usage

1
zillow_read(zillow_var, geo_level, download_dir = "~/Downloads")

Arguments

zillow_var

The variable name to read in. The full list of these short-form variable names can be found in the variable dictionary included with this package (i.e. by calling zillow_var_dict)

geo_level

The geographic level of the data to retrieve, passed as a character string. Available options are: state, metro, county, city, zip, and neighborhood.

download_dir

Directory to save Zillow data to. Defaults to attempt the standard path of ~/Downloads.

Value

A table of class data.frame


ryapric/ZillowTools documentation built on May 6, 2019, 8:59 p.m.