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

View source: R/rowr.R

lenR Documentation

Allows finding the 'length' without knowledge of dimensionality.

Description

Allows finding the 'length' without knowledge of dimensionality.

Usage

len(data)

Arguments

data

any R object

Examples

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)

jimjunker1/junkR documentation built on Sept. 22, 2023, 9:20 a.m.