tests/testthat/_snaps/order-by.md

order_by() gives useful error messages

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)`?


javifar/TIDYVERSE-DPLYR documentation built on Dec. 20, 2021, 9:08 p.m.