| [.MVL_OBJECT | R Documentation | 
Retrieve objects stored in mappable vector library. Large nested objects are returned as instances of MVL_OBJECT to delay access until needed.
## S3 method for class 'MVL_OBJECT'
obj[i, ..., drop = TRUE, raw = FALSE, recurse = FALSE, ref = FALSE]
| obj | - MVL object retrieved by subscription of MVL library or other objects | 
| i | - optional index. | 
| drop | - whether to drop dimensionality, such as done with R array or data frames | 
| 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 | 
| ... | optional additional indices for multidimensional arrays and data frames | 
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.