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 April 13, 2025, 5:10 p.m.