R/clc.r

Defines functions clc

Documented in clc

#' Clear R console
#'
#' \code{clc} sends ctrl+L to clear the R console.
#' @export
clc <- function() {cat("\014")}
benfasoli/uataq documentation built on Sept. 27, 2021, 9:29 p.m.