powered by
Clear the screen with a call to system and clear.
system
clear
clear()
This function is merely a call to system("clear")
system("clear")
# NOT RUN { system("clear") # } # NOT RUN { # }
Run the code above in your browser using DataLab