powered by
AttributeList(x)
x
x = AttributeList(list(a = 1:10, b = sample(1:10), c = runif(10))) x summary(x) x = object.size(AttributeList(list(a = 1:1000000))) y = object.size(data.frame(a = 1:1000000)) y / x
Run the code above in your browser using DataLab