Learn R Programming

galgo (version 1.4)

summary.Bag: Prints the representation of the Bag object

Description

Prints the representation of the Bag object.

Usage

# S3 method for Bag
summary(object, ...)

Arguments

Value

Returns nothing.

See Also

For more information see Bag. *print().

Examples

Run this code
# 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