objSize: Report the Space Allocated for an Object in Mb

View source: R/utils.r

objSizeR Documentation

Report the Space Allocated for an Object in Mb

Description

Report the Space Allocated for an Object in Mb

Usage

objSize(obj)

Arguments

obj

an R object

Value

an estimate of the memory allocation attributable to the object in Mb.

Examples

obj = 1:1024^2
objSize(obj)


HatsuneCode/TrustVDJ documentation built on Aug. 13, 2022, 9:36 p.m.