[.MVL {RMVL} | R 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 |
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
[Package RMVL version 1.1.0.0 Index]