mvl2R: Make sure the object is fully converted to its R...

View source: R/RMVL.R

mvl2RR 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


RMVL documentation built on May 29, 2024, 4:58 a.m.

Related to mvl2R in RMVL...