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
estimate_size(1:1000) #> [1] 4048 estimate_size(iris) #> [1] 7256