R/hpiR.R

#' hpiR: A package for house price indexes
#'
#' House Price Indexes in R: A set of tools to create house price indexes and analyze
#' their various performance metrics.
#'
#' @docType package
#' @name hpiR
## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
NULL

Try the hpiR package in your browser

Any scripts or data that you put into this service are public.

hpiR documentation built on April 1, 2020, 5:09 p.m.