len: Allows finding the 'length' without knowledge of...

Description Usage Arguments Examples

Description

Allows finding the 'length' without knowledge of dimensionality.

Usage

1

Arguments

data

any R object

Examples

1
2
3
4
len(list(1,2,3))
len(c(1,2,3,4))
df<-data.frame(a=c(1,2,3),b=c(1,2,3))
len(df)

cvarrichio/rowr documentation built on May 14, 2019, 12:53 p.m.