R.oo (version 1.22.0)

objectSize: Gets the size of the object in bytes

Description

Gets the size of the object in bytes. This method is just a wrapper for object.size.

Usage

# S3 method for default
objectSize(...)

Arguments

...

Arguments passed to object.size.

Value

Returns an integer.

See Also

Internally object.size.