R/clear_console.R

#' Clear the console
#'
#' Clears the console from all prior output in the given session.
#' @export
#' @examples 
#' clean_console()

clean_console <- function() {
  cat("\014")
}
aakosm/sandbox documentation built on May 14, 2019, 7:16 p.m.