tests/testthat/_snaps/selections.md

simple name selections

Code
  recipes_eval_select(quos = quos(log(beds)), data = Sacramento, info = info_sac)
Condition
  Error:
  ! Problem while evaluating `log(beds)`.
  Caused by error:
  ! object 'beds' not found
Code
  recipes_eval_select(data = Sacramento, info = info_sac)
Condition
  Error in `recipes_eval_select()`:
  ! argument "quos" is missing, with no default.


Try the recipes package in your browser

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

recipes documentation built on Aug. 26, 2023, 1:08 a.m.