sub-sub-.MVL_OBJECT: MVL object subscription operator

[[.MVL_OBJECTR Documentation

MVL object subscription operator

Description

Retrieve objects stored in mappable vector library. Large nested objects are returned as instances of MVL_OBJECT to delay access until needed.

Usage

## S3 method for class 'MVL_OBJECT'
obj[[i, raw = FALSE, recurse = FALSE, ref = FALSE]]

Arguments

obj

- MVL object retrieved by subscription of MVL library or other objects

i

- index.

raw

- request to return data in raw format when it does not map exactly to R data types.

recurse

- force recursive conversion to pure R objects.

ref

- always return an MVL_OBJECT

Details

See mvl_open for example.

Value

Stored object


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