object_size | R Documentation |
Provides an estimate of the memory that is being used to store an R object. A wrapper of 'object.size', but use a nicer printing unit.
object_size(object)
object |
an R object. |
An object of class "object_size"
iris %>% object_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.