length {crunch} | R Documentation |
Length of Crunch objects
Description
Length of Crunch objects
Usage
## S4 method for signature 'CrunchDeck'
length(x)
## S4 method for signature 'ShojiCatalog'
length(x)
## S4 method for signature 'ShojiOrder'
length(x)
## S4 method for signature 'OrderGroup'
length(x)
## S4 method for signature 'TabBookResult'
length(x)
## S4 method for signature 'MultitableResult'
length(x)
Arguments
x |
a Crunch object (catalog, order, etc.) |
Value
Integer: the number of elements in the catalog, group, folder, etc.
[Package crunch version 1.31.0 Index]