R/reverse.R

#' @export

reverse <- function(x) {
    .Call("reverse", x)
}
ryamada22/Ronlyryamada documentation built on May 28, 2019, 10:43 a.m.