R/sort_by.R

Defines functions sort_by

Documented in sort_by

sort_by <-
function() {

  cat("The R folks named their own function  sort_by()  years after lessR\n",
      "used the name. To avoid confusion, the lessR function is now renamed:\n",
      "    order_by()\n\n")

  cat("The name  sort_by  will be entirely removed in the future.\n\n")
  
}

Try the lessR package in your browser

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

lessR documentation built on June 8, 2025, 10:35 a.m.