mvl_xlength: Return length of MVL or R vector as a numeric value

View source: R/RMVL.R

mvl_xlengthR Documentation

Return length of MVL or R vector as a numeric value

Description

Internally this calls R function xlength() rather than length(). This allows to obtain length of larger vectors. For MVL vectors this returns the length of the vector.

Usage

mvl_xlength(x)

Arguments

x

any R object

Value

length of object as as numeric value


RMVL documentation built on Feb. 23, 2025, 3:01 a.m.

Related to mvl_xlength in RMVL...