tests/testthat/_snaps/sparsevctrs.md

recipe() errors if sparse matrix has no colnames

Code
  recipe(~., data = hotel_data)
Condition
  Error in `recipe()`:
  ! `x` must have column names.
Code
  recipe(hotel_data)
Condition
  Error in `recipe()`:
  ! `x` must have column names.


Try the recipes package in your browser

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

recipes documentation built on June 8, 2025, 10:21 a.m.