R/clc.R

Defines functions clc

Documented in clc

#' Function to clear the R console.
#' 
#' @author Stuart K. Grange
#' 
#' @export
clc <- function() cat("\014")
skgrange/threadr documentation built on June 30, 2024, 10:26 p.m.