incl/readRprofmem.R

file <- system.file("extdata", "example.Rprofmem.out", package = "profmem")

raw <- readRprofmem(file, as = "raw")
cat(raw, sep = "\n")

profmem <- readRprofmem(file, as = "Rprofmem")
print(profmem)
HenrikBengtsson/profmem documentation built on Oct. 18, 2021, 9:26 p.m.