Learn R Programming

fairGATE (version 0.1.1)

adult_ready_small: Adult ready (small sample)

Description

A compact (n = 1000) sample of the pre-cleaned Adult dataset for examples and vignettes. All original columns are retained; only rows are subsampled.

Usage

adult_ready_small

Arguments

Format

A data frame with 1000 rows and K columns (same schema as the full dataset).

Details

Created from the full CSV by random sampling with a fixed seed: adult_ready_small <- dplyr::slice_sample(big, n = 1000).

Examples

Run this code
data("adult_ready_small", package = "fairGATE")
str(adult_ready_small)
head(adult_ready_small)

Run the code above in your browser using DataLab