R/ll.R

#'
#' 
#' 
#' The function checks the existed files in your current working directory 
#' 

#' @note Please use ll() to use this function.
#'
#' 
#' @return returns a list of files in your current working directory.
#' 
#' @author Ting Li, Xia Shen
#' 
#' @references 
#' NULL
#' 
#' @seealso 
#' NULL
#'
#' 
#' @examples 
#'
#' ll()
#' 
#' @export
#' 

ll <- function () system("ls -lh")
xiashen/sysubiostat documentation built on Aug. 30, 2020, 12:05 a.m.