length.MVL_OBJECT {RMVL}R 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.


[Package RMVL version 1.1.0.0 Index]