size: Report the Space Allocated for an Object

Description Usage Arguments Details

View source: R/size.R

Description

Provides an estimate of the memory that is being used to store an R object.

Usage

1
size(x)

Arguments

x

an R object.

Details

This is a wraper around the object.size function, returning a nicer output.


choisy/mcutils documentation built on May 29, 2019, noon