Description Usage Arguments Value Examples
View source: R/utility_functions.R
A function to get the size of an object
1 | get_object_size(object)
|
object |
The target object. |
A named list object that contains information on the size of an object and the size unit.
1 2 3 | res <- get_object_size(TRUE)
res$size
res$unit
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.