Description Usage Arguments Value Examples
New big.memory behavious prevents overwriting of previous big.matrix backing files, and in particular for windows you can only delete the backing file if the object is also deleted. This finds any big.matrix objects in memory and deletes them (by default only with names in the 'culprits' list)
1 2 | clear_active_bms(ignore.os = FALSE, verbose = TRUE, only.culprits = TRUE,
list.only = FALSE)
|
ignore.os |
delete big.matrix objects even if the OS is not windows |
verbose |
report the names of deleted matrices |
only.culprits |
delete only matrices named: "bM","bM2","bmat","bmat2","tbM","sel","lmat" |
list.only |
just list active big.matrix objects rather than delete them |
No return value, but effect is to delete the big.matrix objects in the calling env.
1 | clear_active_bms(ignore.os=TRUE, only.culprits=FALSE, list.only=TRUE) # list those in memory
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.