powered by
Prints the representation of the Bag object.
# S3 method for Bag summary(object, ...)
Returns nothing.
For more information see Bag. *print().
Bag
*print()
# NOT RUN { b <- Bag(a=1,b=2,c=3) b summary(b) as.list(b) unObject(b) # }
Run the code above in your browser using DataLab