tests/testthat/_snaps/transmute.md

transmute() error messages

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


Try the dplyr package in your browser

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

dplyr documentation built on Nov. 17, 2023, 5:08 p.m.