Learn R Programming

galgo (version 1.4)

length.Bag: Gets the length of the object as its list version

Description

Gets the length of the object as its list version.

Usage

# S3 method for Bag
length(x, ...)

Arguments

Value

Returns length of the object.

See Also

For more information see Bag.

Examples

Run this code
# NOT RUN {
  b <- Bag(a=1,b=2,c=3)
  length(b)
# }

Run the code above in your browser using DataLab