fetch_california_housing: Load California housing data

Description Usage Arguments Source Examples

View source: R/fetch_california_housing.R

Description

Load California housing data from source.

Usage

1

Arguments

raw

Logical indicating whether or not to return the raw data or a cleaned up version. Default is FALSE.

tibble

Logical indicating whether or not to return the results as a tibble, as opposed to a data frame. Default is FALSE.

Source

https://scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html

Examples

1
2
3
4
## Not run: 
cal <- fetch_california_housing(tibble = TRUE)

## End(Not run)

bgreenwell/bmisc documentation built on Sept. 24, 2019, 11:09 a.m.