Function to clean the local environment. The call of this function clears the console and the local environment variables.
clear(keep_environment = FALSE, keep_console = FALSE, fast = FALSE)
Nothing.
(Optional, boolean) If true, the objects from the environment will not be deleted/emptied.
(Optional, boolean) If true, the console will not be emptied.
(Optional, boolean) If true, `gctorture(TRUE)` will NOT be
applied which will speedup the function call. For more information see
?gctorture
.