length.TidySet: Length of the TidySet

View source: R/length.R

length.TidySetR Documentation

Length of the TidySet

Description

Returns the number of sets in the object.

Usage

## S3 method for class 'TidySet'
length(x)

Arguments

x

A TidySet object.

No replacement function is available, either delete sets or add them.

Value

A numeric value.

See Also

dim(), ncol() and nrow(). Also look at lengths() for the number of relations of sets.

Examples

TS <- tidySet(list(A = letters[1:5], B = letters[6]))
length(TS)

BaseSet documentation built on Aug. 22, 2023, 5:11 p.m.