Prints the representation of the Bag object.
# S3 method for Bag
print(x, ...)
Returns nothing.
For more information see Bag
.
# 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