readRprofmem {profmem} | R Documentation |
Reads and parses an Rprofmem log file that was created by
utils::Rprofmem()
.
readRprofmem(pathname, as = c("Rprofmem", "fixed", "raw"), drop = 0L, ...)
pathname |
The Rprofmem log file to be read. |
as |
Specifies in what format data should be returned.
If |
drop |
Number of levels to drop from the top of the call stack. |
... |
Not used |
An Rprofmem
data.frame (or a character vector)
Ref. 1: https://github.com/HenrikBengtsson/Wishlist-for-R/issues/25