R/set_zwsid.R

#' Set access token (Zillow Web Service ID)
#'
#' @param id Zillow Web Service ID
#' @export
set_zwsid <- function(id) {
  options('ZWSID' = id)
  return(invisible())
}
estebanangelm/RealEstateR documentation built on May 29, 2019, 10:37 a.m.