clean_mem | R Documentation |
Run after deleting large objects to initiate garbage collection multiple times. [Reference](https://stackoverflow.com/a/1467334/2367748)
clean_mem(n = 10)
n |
Integer, Number of times to run garbage collection. Default is 10. |
None
## Not run:
clean_mem()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.