Code
transmute(mtcars, cyl2 = cyl, .keep = "all")
Error <rlang_error>
`transmute()` does not support the `.keep` argument
Code
transmute(mtcars, cyl2 = cyl, .before = disp)
Error <rlang_error>
`transmute()` does not support the `.before` argument
Code
transmute(mtcars, cyl2 = cyl, .after = disp)
Error <rlang_error>
`transmute()` does not support the `.after` argument
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.