Learn R Programming

Dasst (version 0.3.4)

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

Description

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

Usage

# S3 method for Dasst
length (x)

Arguments

x

Object of class '>Dasst.

Value

An integer representing the length of the object.

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.

See Also

length<-.Dasst

Examples

Run this code
# NOT RUN {
data(plantGrowth)
length(plantGrowth)
# }

Run the code above in your browser using DataLab