| length.TidySet | R Documentation |
Returns the number of sets in the object.
## S3 method for class 'TidySet'
length(x)
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.
TS <- tidySet(list(A = letters[1:5], B = letters[6]))
length(TS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.