sub-.MVL: MVL handle subscription operator

[.MVLR Documentation

MVL handle subscription operator

Description

Retrieve objects stored in mappable vector library

Usage

## S3 method for class 'MVL'
MVLHANDLE[y, raw = FALSE, ref = FALSE, drop = TRUE]

Arguments

MVLHANDLE

- handle to opened MVL file as generated by mvl_open

y

- name of object to retrieve

raw

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

ref

- always return an MVL_OBJECT

drop

- whether to drop dimensionality, such as when a sublist contains only one element

Details

See mvl_open for example.

Value

Stored object


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

Related to sub-.MVL in RMVL...