tests/testthat/_snaps/dplyr-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.


Try the duckplyr package in your browser

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

duckplyr documentation built on June 8, 2025, 10:53 a.m.