object_size | R Documentation |
object_size
is a simple wrapper for object.size
and
format
which allows for quick return of an object's size in memory.
object_size(x, unit = "Mb", as_fs_bytes = FALSE)
x |
An R object. |
unit |
Unit of size. See object.size for options. Defaults to
|
as_fs_bytes |
Should the return be in |
Character or fs_bytes
vector with length of 1
.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.