R/ls.R

Defines functions R_ls

#' @export
#' @useDynLib rspeed C_ls
R_ls <- function(x) .Call(C_ls, x)
wch/rspeed documentation built on May 4, 2019, 2:02 a.m.