objSize | R Documentation |
Report the Space Allocated for an Object in Mb
objSize(obj)
obj |
an R object |
an estimate of the memory allocation attributable to the object in Mb.
obj = 1:1024^2 objSize(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.