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 Nov. 2, 2023, 6:09 p.m.

Related to mvl_xlength in RMVL...