R/length.R
length.TidySet.Rd
Returns the number of sets in the object.
# S3 method for class 'TidySet' length(x)
A TidySet object.
No replacement function is available, either delete sets or add them.
A numeric value.
dim(), ncol() and nrow(). Also look at lengths() for the number of relations of sets.
dim()
ncol()
nrow()
lengths()
TS <- tidySet(list(A = letters[1:5], B = letters[6])) length(TS) #> [1] 2