[.MVL | R Documentation |
Retrieve objects stored in mappable vector library
## S3 method for class 'MVL'
MVLHANDLE[y, raw = FALSE, ref = FALSE, drop = TRUE]
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 |
See mvl_open
for example.
Stored object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.