tests/testthat/_snaps/select.md

duckplyr_select() provides informative errors

Code
  (expect_error(duckplyr_select(mtcars, 1 + "")))
Output
  <error/rlang_error>
  Error in `select()`:
  i In argument: `1 + ""`.
  Caused by error in `1 + ""`:
  ! non-numeric argument to binary operator


duckdblabs/duckplyr documentation built on Nov. 6, 2024, 10 p.m.