len: len

Description Usage Arguments Examples

View source: R/common_functions.R

Description

For similarity between Python and R. Returns the length of a vector.

Usage

1
len(x)

Arguments

x

vector

Examples

1
2
3
library(RUncommon)
x <- 1:5
len(x)

eringrand/RUncommon documentation built on Sept. 22, 2020, 10:49 p.m.