mvl2R {RMVL} | R Documentation |
Make sure the object is fully converted to its R representation
Description
If the object is stored in MVL file, we return its pure R representation. Otherwise, we return the object itself.
Usage
mvl2R(obj, raw = FALSE)
Arguments
obj |
- MVL object retrieved by subscription of MVL library or other objects |
raw |
- request to return data in raw format when it does not map exactly to R data types. |
Value
Stored object
[Package RMVL version 1.1.0.0 Index]