#' 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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.