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.


Try the duckplyr package in your browser

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

duckplyr documentation built on Sept. 12, 2024, 9:36 a.m.