View source: R/serializedSize.R
serializedSize | R Documentation |
This function goes through all the motions of serializing an object, but does nothing with the bytes other than to tally the total length.
serializedSize(obj)
obj |
An R object. |
(integer or double) Number of bytes needed to serialize this object.
Mike FC
object.size(mtcars)
serializedSize(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.