length.Dasst: Length of an object of class 'Dasst'.

View source: R/Dasst-methods.R

length.DasstR Documentation

Length of an object of class Dasst.

Description

length.Dasst computes the length of an object of class Dasst.

Usage

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

Arguments

x

Object of class Dasst.

Details

This function extends the S3 length generic function. It computes the length of an object of class Dasst. The length equals the quantity of stored tables. The empty object has length 0.

Value

An integer representing the length of the object.

See Also

length<-.Dasst

Examples

data(plantGrowth)
length(plantGrowth)

Dasst documentation built on April 14, 2022, 1:07 a.m.