tests/testthat/_snaps/transmute.md

duckplyr_transmute() error messages

Code
  (expect_error(duckplyr_transmute(mtcars, cyl2 = cyl, .keep = "all")))
Output
  <error/rlang_error>
  Error in `transmute()`:
  ! The `.keep` argument is not supported.
Code
  (expect_error(duckplyr_transmute(mtcars, cyl2 = cyl, .before = disp)))
Output
  <error/rlang_error>
  Error in `transmute()`:
  ! The `.before` argument is not supported.
Code
  (expect_error(duckplyr_transmute(mtcars, cyl2 = cyl, .after = disp)))
Output
  <error/rlang_error>
  Error in `transmute()`:
  ! The `.after` argument is not supported.


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