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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.