Learn R Programming

RMVL (version 1.1.0.1)

mvl_xlength: 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)

Value

length of object as as numeric value

Arguments

x

any R object