# NOT RUN {
obj <- Object()
obj$x <- 1:100
obj$y <- 100:1
ll(obj)
# }
# NOT RUN {
gives:
member data.class dimension objectSize
1 x numeric 100 424
2 y numeric 100 424
# }
Run the code above in your browser using DataLab