Code
order_by(mtcars, 10)
Error <rlang_error>
`call` must be a function call, not a double vector.
Code
order_by(mtcars, cyl)
Error <rlang_error>
`call` must be a function call, not a symbol.
* Did you mean `arrange(mtcars, cyl)`?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.