Learn R Programming

RMVL (version 1.1.0.1)

mvl2R: 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)

Value

Stored object

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.