tests/testthat/helper-ames.R

helper_ames <- function() {
  data <- modeldata::ames |>
    dplyr::select(
      Sale_Price,
      MS_SubClass,
      MS_Zoning,
      Lot_Frontage,
      Lot_Area,
      Street
    )
  data
}

Try the filtro package in your browser

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

filtro documentation built on Aug. 8, 2025, 6:23 p.m.