powered by
Recursively, runs object.size on the simList environment. Currently, this will not assess object.size of the other elements.
object.size
# S3 method for simList objSize(x, quick = getOption("reproducible.quick", FALSE))
An object
Logical. Only some methods use this. e.g., Path class objects. In which case, file.size will be used instead of object.size.
Path
file.size
# NOT RUN { a <- simInit(objects = list(d = 1:10, b = 2:20)) objSize(a) object.size(a) # }
Run the code above in your browser using DataLab