object.size(object)
The
object.size
option gives the maximum size that is allowed for an
object.
If you want to create an object that is bigger than this, you will need
to change the option.
object.size(NULL) # the smallest possible object [1] 33 object.size(browser) # a largish function [1] 14218 object.size(prim9) # a 500 by 9 matrix [1] 36124