clear_console: Clear the console

View source: R/clear_console.R

clear_consoleR Documentation

Clear the console

Description

Clears the console so that you can start the next step of coding with a fresh screen. Has no arguments.

Usage

clear_console()

Examples

cat(rep("This is a line. \n", 50)) # print some text to clear
clear_console()

simonthelwall/nicethings documentation built on Feb. 27, 2023, 3:15 p.m.