length.MVL_OBJECT: Obtain length of MVL object

View source: R/RMVL.R

length.MVL_OBJECTR Documentation

Obtain length of MVL object

Description

Obtain length of MVL object

Usage

## S3 method for class 'MVL_OBJECT'
length(x)

Arguments

x

MVL_OBJECT as retrieved by subscription operators

Value

object length as stored in MVL file. This is the total length of object for arrays, and number of columns for data frames.


RMVL documentation built on Nov. 2, 2023, 6:09 p.m.

Related to length.MVL_OBJECT in RMVL...