clear_session | R Documentation |
Clear an R session, this is probably unwise given what I have read about R.
clear_session(keepers = NULL, depth = 10)
keepers |
List of namespaces to leave alone (unimplemented). |
depth |
Cheesy forloop of attempts to remove packages stops after this many tries. |
A spring-fresh R session, hopefully.
[R.utils]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.