Examples for 'utils::Rprofmem'


Enable Profiling of R's Memory Use

Aliases: Rprofmem

Keywords: utilities

### ** Examples
## Not run: 
##D ## not supported unless R is compiled to support it.
##D Rprofmem("Rprofmem.out", threshold = 1000)
##D example(glm)
##D Rprofmem(NULL)
##D noquote(readLines("Rprofmem.out", n = 5))
## End(Not run)

[Package utils version 4.2.3 Index]