length.numdfr: Length of an Object

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Get or set the length of numdfr objects.

Usage

1
2
## S3 method for class 'numdfr'
length(x)

Arguments

x

numdfr object to count the number of items of

Details

In this case, for numdfr objects, returns the number of columns (as is the case for data.frame)

Value

a single number

Author(s)

Nick Sabbe

See Also

NumDfr, length

Examples

1
2
iris.nd<-numdfr(iris)
length(iris.nd)

NumDfr documentation built on May 2, 2019, 5:50 p.m.