R/rsort.R

Defines functions rsort

Documented in rsort

#' Creates a generic function rsort
#' @description \code{rsort} Creates a generic function rsort
#' @param data A rbolaget object.
#' @param ... Further arguments passed to or from other methods.
#' @export
rsort <- function(data, ...){
  UseMethod("rsort")
}
Sidryd/rbolaget documentation built on Oct. 2, 2020, 10:27 a.m.