R/Sort.R

Defines functions Sort

Documented in Sort

Sort <-
function(...) {

  message(">>> still works, but Deprecated<<<\n\n",
      "Renamed as the sort_by() function\n\n",
      "Goal is to maintain consistency of utility functions beginning\n",
      "  with lower case letters and sort() is already part of Base R\n\n")

  sort_by(...)

}

Try the lessR package in your browser

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

lessR documentation built on Nov. 12, 2023, 1:08 a.m.