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