knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

KingCountyHouses

Lifecycle: experimental CRAN status

This package contains housing data in Washington State from 2014-05-02 to 2015-05-27. There are 21,613 data points with 19 columns.

library(KingCountyHouses)
str(home_prices)

Installation

You can install the released version of KingCountyHouses from CRAN with:

install.packages("KingCountyHouses")

Code of Conduct

Please note that the KingCountyHouses project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



topepo/KingCountyHouses documentation built on Dec. 23, 2021, 11:59 a.m.