R/retention.R
estimate_size.Rd
Estimates the memory size of an R object in bytes.
estimate_size(x)
An R object to estimate
Size in bytes as numeric
if (FALSE) { # \dontrun{ estimate_size(1:1000) estimate_size(iris) } # }