View source: R/Dasst-methods.R
length.Dasst | R Documentation |
Dasst
.length.Dasst
computes the length of an object of
class Dasst
.
## S3 method for class 'Dasst' length(x)
x |
Object of class |
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
.
An integer representing the length of the object.
length<-.Dasst
data(plantGrowth) length(plantGrowth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.