Description Usage Details Author(s) Examples
clear()
cleans three R workspaces: Global Environment, Plots and
R Console.
1 | clear()
|
clear()
removes all objects from Global Environment, clear plots
and R Console (the same as pressing Ctrl + L
). It does not require
any arguments.
This can be used as an initial command line to clear the workspace as follows:
1 2 | ## Clear the workspace
clear()
|
clear
does not interrupt logging process of ilog
.
For any feedback, please contact Myo Minn Oo
via:
Email: dr.myominnoo@gmail.com
Website: https://myominnoo.github.io/
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.