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