R/realestateR.R

#' \code{RealEstateR} package
#'
#' RealEstateR: a Zillow API Wrapper
#'
#' See the README on
#' \href{https://github.com/estebanangelm/RealEstateR#readme}{GitHub}
#'
#' @docType package
#' @name RealEstateR

NULL

## quiets global variable message
utils::globalVariables(c("address", "latitude", "longitude", "zestimate"))
estebanangelm/RealEstateR documentation built on May 29, 2019, 10:37 a.m.