Learn R Programming

RMVL (version 1.1.0.1)

[.MVL: MVL handle subscription operator

Description

Retrieve objects stored in mappable vector library

Usage

# S3 method for MVL
[(MVLHANDLE, y, raw = FALSE, ref = FALSE, drop = TRUE)

Value

Stored object

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.